Show
Ignore:
Timestamp:
10/03/08 01:07:01 (13 months ago)
Author:
bchoate
Message:

Merging fireball branch changes to-date to trunk: svn merge -r2974:3081 http://code.sixapart.com/svn/movabletype/branches/fireball .

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/MT/App/Search.pm

    r2991 r3082  
    227227            else { 
    228228                $blog_id =~ s/\D+//g;    # only numeric values. 
    229                 $blog_list{$type}{$blog_id} = 1; 
     229                $blog_list{$type}{$blog_id} = 1 if $blog_id; 
    230230            } 
    231231        }