Sirlefou1 / GRR2

GNU General Public License v2.0
6 stars 5 forks source link

Notice: Undefined index: site in D:\xampp\htdocs\VRS\include\mincals.inc.php on line 166 #3

Closed briskg closed 10 years ago

briskg commented 10 years ago

ANy Ideas?

code:

//Hugo - Variable qui permet de rester dans la meme room au changement de salle $action = $_SERVER['PHP_SELF']."?year=".date('Y',time())."&month=".date('m',time())."&day=".date('d',time()); if (isset($_GET['area']) && $_GET['area'] != null) $action .= "&area=".$_GET['area'] ; if (isset($_GET['room']) && $_GET['room'] != null) $action .= "&room=".$_GET['room'] ; //Line error below if (isset($_GET['id_site']) && $_GET['id_site'] != null) //if ($_GET['id_site'] != null) $action .= "&site=".$_GET['site'] ; //MAJ Hugo FORESTIER - Ajout d'un bouton "aujourd'hui" fonctionnel en utilisant la variable $action //19/05/2013

Sirlefou1 commented 10 years ago

potential fix in this commit https://github.com/Sirlefou1/GRR2/commit/a6a34d35acee48b215cde545e430158b4eab84d6

can you give me the url of the page with this error.

briskg commented 10 years ago

Looks fixed to me.