Changeset 212


Ignore:
Timestamp:
2007/02/09 11:49:56 (17 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev/html/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/customer/index.php

    r17 r212  
    171171         
    172172        $objPage->search_data = $objConn->getAll($searchSql, $objSelect->arrVal); 
     173         
     174        sfprintr($objConn->getlastquery()); 
    173175 
    174176        switch($_POST['mode']) { 
  • branches/dev/html/admin/products/index.php

    r211 r212  
    281281            // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
    282282            $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    283             sfprintr($objQuery->getlastquery(false)); 
    284283             
    285284            break; 
Note: See TracChangeset for help on using the changeset viewer.