Changeset 1941:84f59a80ffe8 for admin/users_actions.php
- Timestamp:
- 09/18/13 12:06:20 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/users_actions.php
r1870 r1941 72 72 { 73 73 if ($u == $core->auth->userID()) { 74 throw new Exception(__(' Not delete yourself.'));74 throw new Exception(__('You cannot delete yourself.')); 75 75 } 76 76
Note: See TracChangeset
for help on using the changeset viewer.