Changeset 5257 for temp


Ignore:
Timestamp:
2006/09/20 14:37:52 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/frontparts/bloc/best5.php

    r5256 r5257  
    3131    $objQuery->setorder($order); 
    3232     
     33    $arrBestProducts = $objQuery->select($col, $from, $where); 
    3334    $objQuery->getlastquery(); 
    34     $arrBestProducts = $objQuery->select($col, $from, $where); 
    3535    return $arrBestProducts; 
    3636} 
Note: See TracChangeset for help on using the changeset viewer.