Changeset 3197 for temp/trunk/html/admin


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

blank

File:
1 edited

Legend:

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

    r3196 r3197  
    178178 
    179179    // ¥Ç¡¼¥¿¼èÆÀ    
    180     $sql = "SELECT top_tpl AS top, product_tpl AS product, detail_tpl AS detail, mypage_tpl AS mypage FROM dtb_baseinfo"; 
     180    $sql = "SELECT top_tpl AS top, product_tpl AS product, detail_tpl AS detail AS mypage FROM dtb_baseinfo"; 
    181181    $arrRet = $objDBConn->getAll($sql); 
    182182 
Note: See TracChangeset for help on using the changeset viewer.