Show
Ignore:
Timestamp:
09/07/07 19:03:50 (6 years ago)
Author:
ahassan
Message:

Use accessors

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/LJ/Console/Command/Unsuspend.pm

    r10321 r12444  
    6464        } 
    6565 
    66         if ($u->statusvis ne 'S') { 
     66        unless ($u->is_suspended) { 
    6767            $self->error("$username is not currently suspended; skipping."); 
    6868            next;