From: x2000habouzit Date: Wed, 1 Sep 2004 23:06:49 +0000 (+0000) Subject: goddam , X-Git-Tag: xorg/old~1619 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=1fe5e2389addcee3f4832e39fd89e7bc8c49cc7b;p=platal.git goddam , --- diff --git a/htdocs/admin/utilisateurs.php b/htdocs/admin/utilisateurs.php index 3a8cd91..2d17e25 100644 --- a/htdocs/admin/utilisateurs.php +++ b/htdocs/admin/utilisateurs.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: utilisateurs.php,v 1.12 2004-09-01 21:17:35 x2000habouzit Exp $ + $Id: utilisateurs.php,v 1.13 2004-09-01 23:06:49 x2000habouzit Exp $ ***************************************************************************/ require("auto.prepend.inc.php"); @@ -123,7 +123,7 @@ foreach($_POST as $key => $val) { perms='$permsN', prenom='$prenomN', nom='$nomN', - promo=$promoN, + promo=$promoN WHERE user_id=$olduid"; $globals->db->query($query);