CVSROOT: /sources/phpgroupware Module name: setup Branch: Version-0_9_16-branch Changes by: Dave Hall <skwashd> 07/09/27 11:02:11
Modified files: . : applications.php Log message: fix notice CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/setup/applications.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.21.2.16&r2=1.21.2.17 Patches: Index: applications.php =================================================================== RCS file: /sources/phpgroupware/setup/applications.php,v retrieving revision 1.21.2.16 retrieving revision 1.21.2.17 diff -u -b -r1.21.2.16 -r1.21.2.17 --- applications.php 8 May 2006 20:13:25 -0000 1.21.2.16 +++ applications.php 27 Sep 2007 11:02:11 -0000 1.21.2.17 @@ -9,9 +9,9 @@ * option) any later version. * \**************************************************************************/ - /* $Id: applications.php,v 1.21.2.16 2006/05/08 20:13:25 sigurdne Exp $ */ + /* $Id: applications.php,v 1.21.2.17 2007/09/27 11:02:11 skwashd Exp $ */ - $DEBUG = $_POST['debug'] || $_GET['debug']; + $DEBUG = isset($_REQUEST['debug']) && $_REQUEST['debug']; /* TODO: We allow a user to hose their setup here, need to make use _______________________________________________ phpGroupWare-cvs mailing list phpGroupWare-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs