Changeset 13651


Ignore:
Timestamp:
2007/05/29 16:45:59 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13648 r13651  
    238238            $objPage->tpl_linemax = $linemax;               // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 
    239239             
    240             print_r($arrval); 
    241             print_r($where); 
    242240            // ¥Ú¡¼¥¸Á÷¤ê¤Î½èÍý 
    243241            if(is_numeric($_POST['search_page_max'])) {  
     
    258256            // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
    259257            $objPage->arrResults = $objQuery->select($col, $from, $where, $arrval); 
     258            print_r($objPage->arrResults); 
    260259        } 
    261260    } 
Note: See TracChangeset for help on using the changeset viewer.