From: Joey Schulze Date: Thu, 12 Aug 2010 18:27:53 +0000 (+0200) Subject: The ErrorMsg method is part of the db object X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=commitdiff_plain;h=d72d887d416b4be16537418976522f7392d86ad4 The ErrorMsg method is part of the db object --- diff --git a/lib/rico/ricoXmlResponse.php b/lib/rico/ricoXmlResponse.php index 33bd798..e29d6b6 100644 --- a/lib/rico/ricoXmlResponse.php +++ b/lib/rico/ricoXmlResponse.php @@ -203,7 +203,7 @@ class ricoXmlResponse { $rsMain=$this->objDB->RunQuery($rawsqltext); } if (!$rsMain) { - echo "\nQuery2xmlRaw: rsMain is null - ".htmlspecialchars($this->objDB->ErrorMsg()).""; + echo "\nQuery2xmlRaw: rsMain is null - ".htmlspecialchars($this->objDB->db->ErrorMsg()).""; return; }