openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit db43538d302bd90946f217c5b055e49c292f07a4
parent 049d438515b264816ae88ea515e8858467b2bc4e
Author: dankert <devnull@localhost>
Date:   Fri, 18 Sep 2009 19:46:24 +0200

Compile-Fehler behoben

Diffstat:
db/pdo.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db/pdo.class.php b/db/pdo.class.php @@ -99,7 +99,7 @@ class DB_pdo function fetchRow( $result, $rownum ) { - return $this->result->fetch( PDO::FETCH_ASSOC ); + return $this->result->fetch( PDO::FETCH_ASSOC() ); }