missing comma

This commit is contained in:
friendica 2013-07-02 22:29:24 -07:00
parent 23d7eab761
commit 2ecd5a7632

View File

@ -1328,7 +1328,7 @@ function import_directory_profile($hash,$profile) {
$x = q("update xprof set $x = q("update xprof set
xprof_desc = '%s', xprof_desc = '%s',
xprof_dob = '%s', xprof_dob = '%s',
xprof_age = %d xprof_age = %d,
xprof_gender = '%s', xprof_gender = '%s',
xprof_marital = '%s', xprof_marital = '%s',
xprof_sexual = '%s', xprof_sexual = '%s',