Changeset 84
- Timestamp:
- 04/09/05 10:06:00
- Files:
-
- trunk/plugins/spamlookup/mt-spamlookup.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/spamlookup/mt-spamlookup.cgi
r83 r84 647 647 sub is_authorized { 648 648 my $app = shift; 649 1; 650 #$app->{author}->can_create_blog; 649 $app->{author} ? 1 : 0; 651 650 } 652 651
