Changeset 1509


Ignore:
Timestamp:
2006/08/24 10:44:49 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index.php

    r1508 r1509  
    252252//          $arrProducts = $objQuery->select($col, $from, $where, $arrval); 
    253253            $objPage->tpl_mainpage="products/test.tpl"; 
    254             $objPage->arrProducts = Array( 
    255     0 => Array 
    256         ( 
    257             'product_id' => 18 
    258         ), 
    259  
    260     1 => Array 
    261         ( 
    262             'product_id' => 14 
    263         ), 
    264  
    265     2 => Array 
    266         ( 
    267             'product_id' => 16 
    268         ), 
    269  
    270     3 => Array 
    271         ( 
    272             'product_id' => 15 
    273         ) 
    274  
    275 ); 
    276  
    277              
    278254 
    279255            break; 
Note: See TracChangeset for help on using the changeset viewer.