Changeset 12444 for trunk/cgi-bin/LJ/Console/Command/Unsuspend.pm
- Timestamp:
- 09/07/07 19:03:50 (6 years ago)
- Files:
-
- 1 modified
-
trunk/cgi-bin/LJ/Console/Command/Unsuspend.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/LJ/Console/Command/Unsuspend.pm
r10321 r12444 64 64 } 65 65 66 if ($u->statusvis ne 'S') {66 unless ($u->is_suspended) { 67 67 $self->error("$username is not currently suspended; skipping."); 68 68 next;
