summaryrefslogtreecommitdiffstatshomepage
path: root/header.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-04-21 08:44:44 +0000
committerGravatar mensonge2008-04-21 08:44:44 +0000
commit4de56ed6623c57c1c767be192ffe2af5926fe598 (patch)
treef1ad8e46567874cbdaefdcf873cf9dee4af32355 /header.inc.php
parent81478ceba0c1bbdaa43679b72ec6d4fd603f5d17 (diff)
downloadscuttle-4de56ed6623c57c1c767be192ffe2af5926fe598.tar.gz
scuttle-4de56ed6623c57c1c767be192ffe2af5926fe598.zip
Refactoring: rename sc_tags into sc_bookmarks2tags (and services, codes...)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@116 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'header.inc.php')
-rw-r--r--header.inc.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/header.inc.php b/header.inc.php
index 55defdb..361d233 100644
--- a/header.inc.php
+++ b/header.inc.php
@@ -26,10 +26,4 @@ if (!isset($root)) {
}
$root = 'http://'. $_SERVER['HTTP_HOST'] . $root;
}
-
-// Error codes
-define('GENERAL_MESSAGE', 200);
-define('GENERAL_ERROR', 202);
-define('CRITICAL_MESSAGE', 203);
-define('CRITICAL_ERROR', 204);
?>