XPressME Integration Kit

Trac


Ignore:
Timestamp:
Sep 12, 2009, 10:35:47 AM (15 years ago)
Author:
toemon
Message:

インストール・アップデート失敗時の中断処理追加 fixed #204

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/include/xpress_templates_make.php

    r137 r384  
    2222                                $rcd = copy($file_path, $target_file_path); 
    2323                                if ($rcd){ 
    24                                         $msgs[] = 'Template <b>'.htmlspecialchars($target_file_path).'</b> copy from ' . htmlspecialchars($file); 
     24                                        $msgs[] = 'Template <b>'.htmlspecialchars($target_file_path).'</b> copy from ' . htmlspecialchars($file) . '<br />'; 
    2525                                } else { 
    26                                         $msgs[] = '<span style="color:#ff0000;">ERROR: Could not copy template <b>'.htmlspecialchars($target_file_name).'</b> from ' . htmlspecialchars($file). '(check templates directory permision (777))</span>'; 
     26                                        $msgs[] = '<span style="color:#ff0000;">ERROR: Could not copy template <b>'.htmlspecialchars($target_file_name).'</b> from ' . htmlspecialchars($file). '(check templates directory permision (777))</span><br />'; 
    2727                                }                                        
    2828                                $tplfile =& $tplfile_handler->create() ; 
Note: See TracChangeset for help on using the changeset viewer.