Ignore:
Timestamp:
2007/09/24 11:20:07 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/module/MDB2/Extended.php

    r15918 r15984  
    499499            return $db->queryAll($query, $types, $fetchmode, $rekey, $force_array, $group); 
    500500        } 
    501  
     501         
    502502        $stmt = $db->prepare($query, $param_types, $types); 
    503503        if (PEAR::isError($stmt)) { 
     
    509509            return $result; 
    510510        } 
    511  
     511         
    512512        $all = $result->fetchAll($fetchmode, $rekey, $force_array, $group); 
    513513        $stmt->free(); 
Note: See TracChangeset for help on using the changeset viewer.