mirror of
https://github.com/dg/dibi.git
synced 2025-10-22 10:16:02 +02:00
* DibiResult::fetchAssoc() rewritten
This commit is contained in:
@@ -58,7 +58,7 @@ class DibiException extends Exception
|
||||
|
||||
if ($this->dbError) {
|
||||
$s .= "\nERROR: ";
|
||||
if (isset($this->dbError['code']))
|
||||
if (isset($this->dbError['code']))
|
||||
$s .= "[" . $this->dbError['code'] . "] ";
|
||||
|
||||
$s .= $this->dbError['message'];
|
||||
|
Reference in New Issue
Block a user