aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-14 21:27:11 -0700
committerfriendica <info@friendica.com>2013-05-14 21:27:11 -0700
commit462f91c2cae070ea4912508ad80f04cb4cd93355 (patch)
tree1cc86cc53c0677f42d928aed41605f411fc02d7b /include/identity.php
parent5e4b9d7766ceffd19785f14443cc1b4d4f675d4e (diff)
parent32c1e34aa6cb7dee09901f92f925da83a84051d7 (diff)
downloadvolse-hubzilla-462f91c2cae070ea4912508ad80f04cb4cd93355.tar.gz
volse-hubzilla-462f91c2cae070ea4912508ad80f04cb4cd93355.tar.bz2
volse-hubzilla-462f91c2cae070ea4912508ad80f04cb4cd93355.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/identity.php b/include/identity.php
index c8910c018..4bbc8970b 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -293,7 +293,7 @@ function identity_basic_export($channel_id) {
$ret['hubloc'] = $r;
}
- $r = q("select * from group where uid = %d ",
+ $r = q("select * from `group` where uid = %d ",
intval($channel_id)
);
@@ -372,4 +372,4 @@ function identity_basic_import($arr, $seize_primary = false) {
return $ret;
-} \ No newline at end of file
+}