Changeset 17919


Ignore:
Timestamp:
2009/03/19 13:31:06 (15 years ago)
Author:
Seasoft
Message:

merge 17735
・取得元: version-2
【取得元のログメッセージ】
テストコードが残っているので削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php

    r17673 r17919  
    328328            //全部チェックした方がいいか? 
    329329            $campaign_template_file_path = SMARTY_TEMPLATES_DIR.$template_code ."/". CAMPAIGN_TEMPLATE_DIR . $val['directory_name'] . "/" .CAMPAIGN_TEMPLATE_ACTIVE .  "site_frame.tpl"; 
    330             var_dump("<font color='red'>$campaign_template_file_path</font><br>"); 
    331330            if(!file_exists($campaign_template_file_path)){ 
    332                 var_dump("<font color='red'>test</font>"); 
    333331                //ファイルがなければコピーして作成 
    334332                $this->lfCreateTemplate(SMARTY_TEMPLATES_DIR.$template_code ."/" . CAMPAIGN_TEMPLATE_DIR , $val['directory_name'],$val['cart_flg'] ); 
Note: See TracChangeset for help on using the changeset viewer.