Changeset 3589 for temp


Ignore:
Timestamp:
2006/08/31 22:46:14 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/contents/recommend_search.php

    r3588 r3589  
    8282    $linemax = $objQuery->count($from, $where, $arrval); 
    8383    $objPage->tpl_linemax = $linemax;               // ²¿·ï¤¬³ºÅö¤·¤Þ¤·¤¿¡£É½¼¨ÍÑ 
    84      
     84 
     85    /*   
    8586    // ¥Ú¡¼¥¸Á÷¤ê¤Î½èÍý 
    8687    if(is_numeric($_POST['search_page_max'])) {  
     
    9798    // ¼èÆÀÈϰϤλØÄê(³«»Ï¹ÔÈֹ桢¹Ô¿ô¤Î¥»¥Ã¥È) 
    9899    $objQuery->setlimitoffset($page_max, $startno); 
     100    */ 
    99101    // ɽ¼¨½ç½ø 
    100102    $objQuery->setorder($order); 
    101103    // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
    102104    $objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    103          
    104105} 
    105106 
Note: See TracChangeset for help on using the changeset viewer.