Changeset 3199


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

blank

File:
1 edited

Legend:

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

    r3198 r3199  
    159159    $arrRet = array();              // ¥Ç¡¼¥¿¼èÆÀÍÑ 
    160160     
    161     $sql = "SELECT top_tpl AS top, product_tpl AS product, detail_tpl AS detail, mypage_tpl AS mypage FROM dtb_baseinfo"; 
     161    $sql = "SELECT top_tpl AS top, product_tpl AS product, detail_tpl AS detail FROM dtb_baseinfo"; 
    162162    $arrRet = $objDBConn->getAll($sql); 
    163163     
Note: See TracChangeset for help on using the changeset viewer.