debug
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
require_once '../session_init.php';
|
||||
require_once 'config.inc.php';
|
||||
require_once 'db.class.php';
|
||||
@ -7,7 +6,7 @@ require_once 'entete.php';
|
||||
require_once 'fonctions.inc.php';
|
||||
|
||||
$action = $_GET["action"];
|
||||
$idVotation =$_GET["id"];
|
||||
$idVotation = $_GET["id"];
|
||||
|
||||
print('<br><br>
|
||||
<!-- lalis Grid Section -->
|
||||
|
@ -19,7 +19,7 @@ if (empty($idVotation))
|
||||
{
|
||||
if (array_key_exists("idVotation", $GLOBALS))
|
||||
{
|
||||
$idVotation == $GLOBALS["idVotation"];
|
||||
$idVotation = $GLOBALS["idVotation"];
|
||||
}else
|
||||
{
|
||||
choixVotation($path);
|
||||
|
Reference in New Issue
Block a user