forgot a coma
authorPascal Corpet <pascal.corpet@m4x.org>
Wed, 16 Feb 2005 13:08:01 +0000 (13:08 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:10 +0000 (23:28 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-472

include/profil/update_general.inc.php

index 55adde5..21add70 100644 (file)
@@ -41,7 +41,7 @@ $globals->xdb->execute(
             profile_nick={?},
             profile_mobile={?}, profile_mobile_pub={?},
             profile_web={?}, profile_web_pub={?},
-            profile_freetext={?} profile_freetext_pub={?}
+            profile_freetext={?}, profile_freetext_pub={?}
         WHERE user_id = {?}",
             $nickname,
             $mobile, $mobile_pub,