- Timestamp:
- 10/02/08 18:12:10 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/resultset/HermitDefaultResultSet.php
r20417 r20492 7 7 public function execute(HermitStatement $stmt, HermitValueType $type){ 8 8 $type->apply($stmt); 9 return $stmt->fetch(); 9 if($row = $stmt->fetch()){ 10 $stmt->closeCursor(); 11 return $row; 12 } 13 return null; 10 14 } 11 15 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)