Changeset 6343 for temp/trunk


Ignore:
Timestamp:
2006/10/13 18:47:16 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6342 r6343  
    196196function lfGetCat($parent_category_id) { 
    197197    $objQuery = new SC_Query(); 
     198     
     199    if($parent_category_id == "") { 
     200        $parent_category_id = '0'; 
     201    } 
     202     
    198203    $col = "category_id, category_name, level, rank"; 
    199204    $where = "del_flg = 0 AND parent_category_id = ?"; 
Note: See TracChangeset for help on using the changeset viewer.