Changeset 318


Ignore:
Timestamp:
Jan 24, 2004, 11:56:41 PM (20 years ago)
Author:
z0rglub
Message:

bug correction : no filename displayed when containing forbidden characters

File:
1 edited

Legend:

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

    r285 r318  
    321321    else
    322322    {
    323       $output.= '<span style="color:red;">"'.$file.'" : ';
     323      $output.= '<span style="color:red;">"'.$unregistered_picture.'" : ';
    324324      $output.= $lang['update_wrong_dirname'].'</span><br />';
    325325    }
Note: See TracChangeset for help on using the changeset viewer.