Improved register_globals

pull/1/head
root 16 years ago
parent b20a787a01
commit 4440898f28

@ -20,7 +20,7 @@
<?
if(array_key_exists('error',$_SESSION['_config']) && $_SESSION['_config']['error'] != "")
{
if($_SESSION['_config']['remindersent'] == 1)
if(array_key_exists('reminderset',$_SESSION['_config']) && $_SESSION['_config']['remindersent'] == 1)
{
?><font color="orange" size="+1"><?
}

Loading…
Cancel
Save