Changeset 1873 for branches/release-34/lib/MT/Blocklist.pm
- Timestamp:
- 04/13/08 04:41:46 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/Blocklist.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/Blocklist.pm
r1495 r1873 32 32 my ($blog_id, $action, @urls) = @_; 33 33 foreach my $url (@urls) { 34 next if $class-> count({blog_id => $blog_id, text => $url});34 next if $class->exist({blog_id => $blog_id, text => $url}); 35 35 my $this = $class->new(); 36 36 $this->set_values({blog_id => $blog_id, text => $url,
