From 7cd9b65e3299fb8bc6a83e65f89fcecca62f3178 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 30 Oct 2004 15:42:29 +0000 Subject: - function mysql_query replaced by pwg_query : the same with debugging features - by default, DEBUG is set to 0 (off) git-svn-id: http://piwigo.org/svn/trunk@587 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/constants.php') diff --git a/include/constants.php b/include/constants.php index be641fd10..f9b9044fe 100644 --- a/include/constants.php +++ b/include/constants.php @@ -32,8 +32,8 @@ define('PHPWG_URL', 'http://www.phpwebgallery.net'); define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); // Debug Level -define('DEBUG', 1); // Debugging on -//define('DEBUG', 0); // Debugging off +//define('DEBUG', 1); // Debugging on +define('DEBUG', 0); // Debugging off // User level define('ANONYMOUS', 2); -- cgit v1.2.3