Show
Ignore:
Timestamp:
04/13/08 04:41:46 (20 months ago)
Author:
bchoate
Message:

Applied patches from Ogawa-san to add an optimized 'exist' method for testing for existing rows. BugId:69661

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-34/lib/MT/BackupRestore/BackupFileHandler.pm

    r1711 r1873  
    256256            } 
    257257            elsif ('permission' eq $name) { 
    258                 my $perm = $class->count( { 
     258                my $perm = $class->exist( { 
    259259                    author_id => $obj->author_id, 
    260260                    blog_id   => $obj->blog_id