Fix user insertion
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 2 Oct 2006 07:32:18 +0000 (07:32 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 2 Oct 2006 07:32:18 +0000 (07:32 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.11@942 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/xnetgrp.php

index a3b54f1..85b4d07 100644 (file)
@@ -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();