ChangeSet ID: 30852 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/01/04 22:44:39 Modified files: include : incl.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Remove a debug print accidentally committed with the filtering changes Patch: http://cvs.winehq.org/patch.py?id=30852 Old revision New revision Changes Path 1.39 1.40 +0 -1 appdb/include/incl.php Index: appdb/include/incl.php diff -u -p appdb/include/incl.php:1.39 appdb/include/incl.php:1.40 --- appdb/include/incl.php:1.39 5 Jan 2007 4:44:39 -0000 +++ appdb/include/incl.php 5 Jan 2007 4:44:39 -0000 @@ -290,7 +290,6 @@ $session->register("current"); if(!isset($_SESSION['current'])) { - echo "Session not set, creating new user"; $_SESSION['current'] = new User(); }
participants (1)
-
WineHQ