oops
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sun, 26 Dec 2004 22:53:37 +0000 (22:53 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:51 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-139

htdocs/skins.php

index 3c61f9f..aeec1ab 100644 (file)
@@ -27,8 +27,8 @@ new_skinned_page('skins.tpl', AUTH_COOKIE);
 
 if (Env::has('newskin'))  {  // formulaire soumis, traitons les données envoyées
     $globals->db->query('UPDATE auth_user_quick
-                SET skin='..Env::getInt('newskin').'
-                WHERE user_id='..Session::getInt('uid'));
+                SET skin='.Env::getInt('newskin').'
+                WHERE user_id='.Session::getInt('uid'));
     set_skin();
 }