- Timestamp:
- Sep 18, 2004, 6:04:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/update.php
r520 r522 28 28 if( !defined("PHPWG_ROOT_PATH") ) 29 29 { 30 30 die ("Hacking attempt!"); 31 31 } 32 32 include_once( PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php'); … … 426 426 foreach ($conf['picture_ext'] as $ext) 427 427 { 428 $ test = $conf['prefix_thumbnail'].$file_wo_ext.'.'.$ext;429 if (!in_array($ test, $fs_thumbnails))428 $candidate = $file_wo_ext.'.'.$ext; 429 if (!in_array($candidate, $fs_representatives)) 430 430 { 431 431 continue;
Note: See TracChangeset
for help on using the changeset viewer.