mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@19 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -161,7 +161,7 @@ function insert_local_image( $rep, $category_id )
|
||||
while ( $row = mysql_fetch_array( $result ) )
|
||||
{
|
||||
$lien_image = $rep.'/'.$row['file'];
|
||||
$lien_thumbnail = $rep.'/thumbnail/'.$conf['prefixe_thumbnail'];
|
||||
$lien_thumbnail = $rep.'/thumbnail/'.$conf['prefix_thumbnail'];
|
||||
$lien_thumbnail.= get_filename_wo_extension( $row['file'] );
|
||||
$lien_thumbnail.= '.'.$row['tn_ext'];
|
||||
|
||||
@@ -229,7 +229,7 @@ function insert_local_image( $rep, $category_id )
|
||||
$output.= '<span style="color:red;">';
|
||||
$output.= $lang['update_missing_tn'].' : '.$file;
|
||||
$output.= ' (<span style="font-weight:bold;">';
|
||||
$output.= $conf['prefixe_thumbnail'];
|
||||
$output.= $conf['prefix_thumbnail'];
|
||||
$output.= get_filename_wo_extension( $file ).'.XXX</span>';
|
||||
$output.= ', XXX = ';
|
||||
$output.= implode( ', ', $conf['picture_ext'] );
|
||||
|
||||
Reference in New Issue
Block a user