Skip to content
Snippets Groups Projects
Commit e02283cf authored by warmels's avatar warmels
Browse files

BugID: 1079

cheats uitgezet
parent 2038d32c
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@
}
//nieuwste meldingen per laatste inlog
else {
$_SESSION['laatste_inlog'] = '2007-01-12 09:00:00'; //<----- CHEATZ!!!!!!
// $_SESSION['laatste_inlog'] = '2007-01-12 09:00:00'; //<----- CHEATZ!!!!!!
$query = "SELECT Count(Meld_Lijst_ID) FROM melding_lijst WHERE Meld_Datum > '".$_SESSION['laatste_inlog']."'";
$res = mysql_query($query);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment