Sessions: whoops, left a debug message in by accident, broke a few redirects
authorDan
Thu, 20 Aug 2009 21:15:19 -0400
changeset 1084 742cb0f10766
parent 1083 ef2dbcac5d56
child 1085 3343a05e7e5b
Sessions: whoops, left a debug message in by accident, broke a few redirects
includes/sessions.php
--- a/includes/sessions.php	Thu Aug 20 20:19:20 2009 -0400
+++ b/includes/sessions.php	Thu Aug 20 21:15:19 2009 -0400
@@ -1250,7 +1250,7 @@
     }
     if($db->numrows() < 1)
     {
-      echo '(debug) $session->validate_session: Key was not found in database: ' . $key_md5 . '<br />';
+      // echo '(debug) $session->validate_session: Key was not found in database: ' . $key_md5 . '<br />';
       return false;
     }
     $row = $db->fetchrow();