openrat-cms

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

commit 5d6fa67acf74e32745e9bca20012bd899d4943f1
parent aaaff613c4ec261c7b6ae417496fcb586bc23b23
Author: dankert <devnull@localhost>
Date:   Tue, 10 Nov 2009 23:14:26 +0100

Korrektur Fehlermeldung

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

diff --git a/objectClasses/Object.class.php b/objectClasses/Object.class.php @@ -625,7 +625,7 @@ SQL $row = $db->getRow($sql); if (count($row) == 0) - die('fatal: Object::objectLoadRaw(): objectid not found: '.$this->objectid.', SQL='.$sql); + die('fatal: Object::objectLoadRaw(): objectid not found: '.$this->objectid.', SQL='.$sql->raw); $this->parentid = $row['parentid' ]; $this->filename = $row['filename' ];