diff options
author | friendica <info@friendica.com> | 2013-07-02 22:29:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-02 22:29:24 -0700 |
commit | 2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c (patch) | |
tree | 46945aedc951a7ea01d6856341164be42fc9d199 | |
parent | 23d7eab76104a44a70702f8fcc612f7ffe88a615 (diff) | |
download | volse-hubzilla-2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c.tar.gz volse-hubzilla-2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c.tar.bz2 volse-hubzilla-2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c.zip |
missing comma
-rw-r--r-- | include/zot.php | 2 |
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', |