Changeset 10506 for temp/trunk


Ignore:
Timestamp:
2006/12/10 16:18:59 (19 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

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

    r10505 r10506  
    332332    // IMG¥Õ¥©¥ë¥À¤ò¥³¥Ô¡¼ 
    333333    $mess = ""; 
    334     sfCopyDir(HTML_PATH."img/", USER_TEMPLATE_PATH.$template_code, $mess); 
     334    $mess = sfCopyDir(HTML_PATH."img/", USER_TEMPLATE_PATH.$template_code, $mess); 
     335    sfprintr($mess); 
    335336     
    336337    // ¥Õ¥¡¥¤¥ë¤Î°µ½Ì 
Note: See TracChangeset for help on using the changeset viewer.