Changeset 4800 for temp/trunk/data/lib


Ignore:
Timestamp:
2006/09/15 17:41:23 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r4799 r4800  
    22922292    $arrRet = $objQuery->select($col, $from, $where); 
    22932293     
    2294     $objQuery->getlastquerY(); 
    2295      
    22962294    $arrParentID = sfGetParents($objQuery, 'dtb_category', 'parent_category_id', 'category_id', $parent_category_id); 
    2297          
     2295     
    22982296    foreach($arrRet as $key => $array) { 
    22992297        foreach($arrParentID as $val) { 
     
    23042302        } 
    23052303    } 
     2304     
     2305    sfprintr($arrRet); 
    23062306    return $arrRet; 
    23072307} 
Note: See TracChangeset for help on using the changeset viewer.