From 2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 2 Jul 2013 22:29:24 -0700 Subject: missing comma --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') 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', -- cgit v1.2.3