Ignore:
Timestamp:
2006/11/30 22:30:16 (20 years ago)
Author:
uehara
Message:

* empty log message *

File:
1 edited

Legend:

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

    r9894 r9974  
    18421842    foreach ($arrRet as $val) { 
    18431843        if($tmp_where == "") { 
    1844             $tmp_where.= " category_id IN ( ? "; 
     1844            $tmp_where.= " category_id IN ( ?"; 
    18451845        } else { 
    1846             $tmp_where.= " ,? "; 
     1846            $tmp_where.= ",? "; 
    18471847        } 
    18481848        $arrval[] = $val; 
Note: See TracChangeset for help on using the changeset viewer.