Ignore:
Timestamp:
Mar 20, 2004, 1:52:37 AM (20 years ago)
Author:
gweltas
Message:
  • Template migration
  • Admin Control Panel migration
  • Language migration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r375 r393  
    3030//define('DEBUG', 0); // Debugging off
    3131 
     32// User level
     33define('ANONYMOUS', 2);
     34 
    3235// Error codes
    3336define('GENERAL_MESSAGE', 200);
     
    4144define('CONFIG_TABLE', $table_prefix.'config');
    4245define('FAVORITES_TABLE', $table_prefix.'favorites');
    43 define('GROUPS_ACCESS_TABLE', $table_prefix.'group_access');
     46define('GROUP_ACCESS_TABLE', $table_prefix.'group_access');
    4447define('GROUPS_TABLE', $table_prefix.'groups');
    4548define('HISTORY_TABLE', $table_prefix.'history');
Note: See TracChangeset for help on using the changeset viewer.