diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-11-04 01:46:17 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-11-04 01:46:17 +0000 |
commit | 43b7a7e8726997f60dba12d54aaddef092dd7f6e (patch) | |
tree | e87b798c0ebe1078363b365ee5859444934edd8b /include/constants.php | |
parent | 17334bdba335cba27b747dbacb5f8bef92e2f957 (diff) |
- removed some unused constants from constants.php
- removed some unused css rules
- removed unused code
git-svn-id: http://piwigo.org/svn/branches/2.0@2823 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/constants.php b/include/constants.php index 16405a854..9296346e7 100644 --- a/include/constants.php +++ b/include/constants.php @@ -33,12 +33,6 @@ define('PHPWG_DEFAULT_TEMPLATE', 'yoga/Sylvia'); define('REQUIRED_PHP_VERSION', '5.0.0'); define('REQUIRED_MYSQL_VERSION', '4.1.22'); -// Error codes -define('GENERAL_MESSAGE', 200); -define('GENERAL_ERROR', 202); -define('CRITICAL_MESSAGE', 203); -define('CRITICAL_ERROR', 204); - // Access codes define('ACCESS_FREE', 0); define('ACCESS_GUEST', 1); @@ -107,4 +101,4 @@ if (!defined('PLUGINS_TABLE')) if (!defined('OLD_PERMALINKS_TABLE')) define('OLD_PERMALINKS_TABLE', $prefixeTable.'old_permalinks'); -?> +?>
\ No newline at end of file |