Changeset 1401 in ExiteCMS for trunk/includes/user_functions.php
- Timestamp:
- 05/15/08 15:10:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/user_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/user_functions.php
r1352 r1401 361 361 362 362 if (iSUPERADMIN) { 363 $res .= ($hidden == false?" AND ":"")."($field != '100'"; 363 $res .= ($res != ""?" AND ":"")."$field != '100'"; 364 return $res; 364 365 } elseif ($userdata['user_level'] >= 102) { 365 366 $res .= ($hidden == false?" AND ":"")."($field='0' OR $field='101' OR $field='102'";
Note: See TracChangeset
for help on using the changeset viewer.
