openrat-cms

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

commit f180dbbfb237d3bdad6739c638495f2b6df84cdd
parent 4d2126bdd604478d062e7b9989a52a7b96222c45
Author: dankert <devnull@localhost>
Date:   Mon, 15 Nov 2004 22:34:25 +0100

Debugging-Ausgabe bei DB-Aufruf

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

diff --git a/db/db.class.php b/db/db.class.php @@ -98,7 +98,7 @@ class DB function query( $query ) { - + Logger::trace('DB query: '.substr($query,0,45)); $result = $this->dbh->simpleQuery($query); return new DB_result( $this->dbh,$result );