Changeset 10371 for temp/trunk/html


Ignore:
Timestamp:
2006/12/06 16:51:53 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/upload.php

    r10370 r10371  
    123123        } 
    124124sfprintr($ext); 
    125         $ext = $array_ext[ count ( $array_ext ) - 2 ].$ext; 
     125        $ext = $array_ext[ count ( $array_ext ) - 2 ].".".$ext; 
    126126        $ext = strtolower($ext); 
    127127        // .tar.gz¥Á¥§¥Ã¥¯ 
Note: See TracChangeset for help on using the changeset viewer.