Changeset 538
- Timestamp:
- 23/01/12 12:35:10 (4 months ago)
- Files:
-
- 1 modified
-
branches/sucs-site/lib/blog/admin.lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/sucs-site/lib/blog/admin.lib.php
r515 r538 933 933 //check the user is a member of the users, staff or societies groups 934 934 $posixInfo = posix_getpwnam($username); 935 if ($posixInfo[gid] != 100 && $posixInfo[gid] != 106 && $posixInfo[gid] != 113) {935 if ($posixInfo[gid] != 100 && $posixInfo[gid] != 1060 && $posixInfo[gid] != 1130) { 936 936 $this->error = _("Err, no, you're not really a system user now are you?"); 937 937 }
