From 01694c07c358a7eb18379745117e587ec91e5ec1 Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Wed, 16 Feb 2005 13:08:01 +0000 Subject: [PATCH] forgot a coma git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-472 --- include/profil/update_general.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/profil/update_general.inc.php b/include/profil/update_general.inc.php index 55adde5..21add70 100644 --- a/include/profil/update_general.inc.php +++ b/include/profil/update_general.inc.php @@ -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, -- 2.1.4