summaryrefslogtreecommitdiffstatshomepage
path: root/header.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-05-10 08:59:41 +0000
committerGravatar mensonge2008-05-10 08:59:41 +0000
commit2756e3f85818346a478725b6dd94a966e0d92c07 (patch)
treeefad4c6566773670dc5f9a8b733f2a3ed3fe4a57 /header.inc.php
parente273c0d367da161651324eca1b7e4177c670c91f (diff)
downloadscuttle-2756e3f85818346a478725b6dd94a966e0d92c07.tar.gz
scuttle-2756e3f85818346a478725b6dd94a966e0d92c07.zip
Bug fixes: correct minor bugs appearing with 'notice' level in PHP
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@122 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'header.inc.php')
-rw-r--r--header.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/header.inc.php b/header.inc.php
index 9d147b0..820b5f9 100644
--- a/header.inc.php
+++ b/header.inc.php
@@ -3,6 +3,7 @@ ini_set('display_errors', '1');
ini_set('mysql.trace_mode', '0');
error_reporting(E_ALL ^ E_NOTICE);
+//error_reporting(E_ALL);
define('DEBUG', true);
session_start();
@@ -30,4 +31,5 @@ if (!isset($root)) {
}
$root = 'http://'. $_SERVER['HTTP_HOST'] . $root;
}
+
?>