Changeset 15984 for branches/dev/data/module/MDB2/Extended.php
- Timestamp:
- 2007/09/24 11:20:07 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/module/MDB2/Extended.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/module/MDB2/Extended.php
r15918 r15984 499 499 return $db->queryAll($query, $types, $fetchmode, $rekey, $force_array, $group); 500 500 } 501 501 502 502 $stmt = $db->prepare($query, $param_types, $types); 503 503 if (PEAR::isError($stmt)) { … … 509 509 return $result; 510 510 } 511 511 512 512 $all = $result->fetchAll($fetchmode, $rekey, $force_array, $group); 513 513 $stmt->free();
Note: See TracChangeset
for help on using the changeset viewer.
