Changeset 19 for trunk/admin/update.php
- Timestamp:
- May 27, 2003, 10:56:13 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/update.php
r10 r19 162 162 { 163 163 $lien_image = $rep.'/'.$row['file']; 164 $lien_thumbnail = $rep.'/thumbnail/'.$conf['prefix e_thumbnail'];164 $lien_thumbnail = $rep.'/thumbnail/'.$conf['prefix_thumbnail']; 165 165 $lien_thumbnail.= get_filename_wo_extension( $row['file'] ); 166 166 $lien_thumbnail.= '.'.$row['tn_ext']; … … 230 230 $output.= $lang['update_missing_tn'].' : '.$file; 231 231 $output.= ' (<span style="font-weight:bold;">'; 232 $output.= $conf['prefix e_thumbnail'];232 $output.= $conf['prefix_thumbnail']; 233 233 $output.= get_filename_wo_extension( $file ).'.XXX</span>'; 234 234 $output.= ', XXX = ';
Note: See TracChangeset
for help on using the changeset viewer.