Changeset 1159 in ExiteCMS for trunk/includes/core_functions.php
- Timestamp:
- 12/08/07 00:04:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/core_functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core_functions.php
r1155 r1159 194 194 } else { 195 195 // force webmasters to the upgrade module 196 redirect(ADMIN.'upgrade.php'.$aidlink);196 // redirect(ADMIN.'upgrade.php'.$aidlink); 197 197 } 198 198 } … … 824 824 return $data['user_status']; 825 825 } else { 826 return 3; // user_status == 3: not_found826 return -1; // user_status == -1: not_found 827 827 } 828 828 }
Note: See TracChangeset
for help on using the changeset viewer.
