Show
Ignore:
Timestamp:
07/04/09 05:57:32 (5 months ago)
Author:
dphillips
Message:

Fix for r3776, which broke dynamic publishing for templates that have a NULL template_identifier field. BugID: 101024

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/slapshot/php/lib/mtdb_base.php

    r3776 r3978  
    8888                   and blog_id = fileinfo_blog_id 
    8989                   and template_id = fileinfo_template_id 
    90                    and template_identifier != 'backup' 
     90                   and template_type != 'backup' 
    9191                 order by length(fileinfo_url) asc 
    9292            ";