Changeset 288


Ignore:
Timestamp:
Jan 18, 2004, 12:18:01 AM (20 years ago)
Author:
z0rglub
Message:

bug-1_3_0-010 : in picture.php, the previous src picture use two slashes
instead of only one [corrected]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/picture.php

    r280 r288  
    244244
    245245  $file = substr( $row['file'], 0, strrpos ( $row['file'], '.' ) );
    246   $lien_thumbnail = $cat_directory.'/thumbnail/';
     246  $lien_thumbnail = $cat_directory.'thumbnail/';
    247247  $lien_thumbnail.= $conf['prefix_thumbnail'].$file.".".$row['tn_ext'];
    248248
Note: See TracChangeset for help on using the changeset viewer.