Ignore:
Timestamp:
May 13, 2012, 9:32:07 PM (12 years ago)
Author:
mistic100
Message:

fix exceptional sql error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Back2Front/Back2Front.php

    r12648 r14963  
    327327  $conf['back2front'] = explode(',',$conf['back2front']);
    328328  if (!$conf['back2front'][5]) return $tpl_thumbnails_var;
     329  if (empty($pictures)) return $tpl_thumbnails_var;
    329330 
    330331  $ids = array();
Note: See TracChangeset for help on using the changeset viewer.