Changeset 3196 for temp/trunk/html


Ignore:
Timestamp:
2006/08/30 20:55:17 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r3190 r3196  
    189189        // TOP¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊѹ¹ 
    190190        if ($objPage->tpl_subno_template == $objPage->arrSubnavi[1]){ 
    191             $arrVal = array($chk_tpl,$chk_tpl,$chk_tpl,$chk_tpl); 
     191            $arrVal = array($chk_tpl,$chk_tpl,$chk_tpl); 
    192192        }else{ 
    193193            $arrVal[$objPage->tpl_subno_template] = $chk_tpl; 
    194194        } 
    195         $sql= "update dtb_baseinfo set top_tpl = ?, product_tpl = ?, detail_tpl = ?, mypage_tpl = ?, update_date = now()"; 
     195        $sql= "update dtb_baseinfo set top_tpl = ?, product_tpl = ?, detail_tpl = ?, update_date = now()"; 
    196196    }else{ 
    197197        // INSERT 
Note: See TracChangeset for help on using the changeset viewer.