aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-02 22:29:24 -0700
committerfriendica <info@friendica.com>2013-07-02 22:29:24 -0700
commit2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c (patch)
tree46945aedc951a7ea01d6856341164be42fc9d199 /include/zot.php
parent23d7eab76104a44a70702f8fcc612f7ffe88a615 (diff)
downloadvolse-hubzilla-2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c.tar.gz
volse-hubzilla-2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c.tar.bz2
volse-hubzilla-2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c.zip
missing comma
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index ea80ebc1d..2e3b01149 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1328,7 +1328,7 @@ function import_directory_profile($hash,$profile) {
$x = q("update xprof set
xprof_desc = '%s',
xprof_dob = '%s',
- xprof_age = %d
+ xprof_age = %d,
xprof_gender = '%s',
xprof_marital = '%s',
xprof_sexual = '%s',