Ignore:
Timestamp:
Nov 4, 2008, 2:47:48 AM (15 years ago)
Author:
rvelices
Message:

merge -c2823 from branch 2.0 to trunk

  • removed some unused constants from constants.php
  • removed some unused css rules
  • removed unused code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r2777 r2824  
    3333define('REQUIRED_PHP_VERSION', '5.0.0');
    3434define('REQUIRED_MYSQL_VERSION', '4.1.22');
    35 
    36 // Error codes
    37 define('GENERAL_MESSAGE', 200);
    38 define('GENERAL_ERROR', 202);
    39 define('CRITICAL_MESSAGE', 203);
    40 define('CRITICAL_ERROR', 204);
    4135
    4236// Access codes
Note: See TracChangeset for help on using the changeset viewer.