Changeset 14461


Ignore:
Timestamp:
2007/06/07 21:39:26 (17 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/total/index.tpl

    r12166 r14461  
    123123 
    124124 
    125 <!--{if count($arrResults) > 0}--> 
     125<!--{if count($) > 0}--> 
    126126    <!--¡ú¡ú¸¡º÷·ë²Ì°ìÍ÷¡ú¡ú--> 
    127127    <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
  • branches/dev/html/admin/total/index.php

    r14459 r14461  
    211211} 
    212212 
    213 sfprintr($mode); 
    214  
    215  
    216213$objPage->install_GD = $install_GD; 
    217214 
     
    811808        // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
    812809        $objPage->arrResults = $objQuery->select($col, $from, $where, $arrval); 
     810         
     811         
     812        sfprintr($objPage->arrResults); 
    813813         
    814814        // ÀÞ¤ìÀþ¥°¥é¥Õ¤ÎÀ¸À®    
Note: See TracChangeset for help on using the changeset viewer.