Changeset 8756 for trunk/admin/batch_manager_global.php
- Timestamp:
- 01/18/11 21:57:36 (2 years ago)
- Files:
-
- 1 modified
-
trunk/admin/batch_manager_global.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/batch_manager_global.php
r8728 r8756 413 413 $query = ' 414 414 SELECT 415 COUNT(*)415 id 416 416 FROM '.IMAGES_TABLE.' 417 417 WHERE id IN ('.implode(',', $page['cat_elements_id']).') 418 AND storage_category_id IS NULL 419 ;'; 420 list($counter) = pwg_db_fetch_row(pwg_query($query)); 421 422 if ($counter > 0) 418 AND file NOT LIKE \'http%\' 419 LIMIT 1 420 ;'; 421 ; 422 423 if ( pwg_db_fetch_row(pwg_query($query)) ) 423 424 { 424 425 $template->assign('show_delete_form', true);
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)