From: x2003bruneau Date: Mon, 2 Oct 2006 07:32:18 +0000 (+0000) Subject: Fix user insertion X-Git-Tag: xorg/0.9.11~27 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=6fb2c884a8b5076bafdd91130ff07018a02a7d75;p=platal.git Fix user insertion git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@942 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/xnetgrp.php b/modules/xnetgrp.php index a3b54f1..85b4d07 100644 --- a/modules/xnetgrp.php +++ b/modules/xnetgrp.php @@ -363,7 +363,7 @@ class XnetGrpModule extends PLModule elseif (Env::has('accept')) { XDB::execute("INSERT INTO groupex.membres - VALUES ({?}, {?}, 'membre', 'X', NULL, NULL, NULL, NULL)", + VALUES ({?}, {?}, 'membre', 'X', NULL, NULL, NULL, NULL, NULL)", $globals->asso('id'), $uid); require_once 'diogenes/diogenes.hermes.inc.php'; $mailer = new HermesMailer();