Changeset 193
- Timestamp:
- 11/09/06 16:07:57 (2 years ago)
- Files:
-
- admin.lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
admin.lib.php
r192 r193 918 918 $posixInfo = posix_getpwnam($username); 919 919 if ($posixInfo[gid] != 100 && $posixInfo[gid] != 106 && $posixInfo[gid] != 113) { 920 $this->error = _("Err, No, Your not realy a system user now are you?");920 $this->error = _("Err, no, you're not really a system user now are you?"); 921 921 } 922 922 }
