1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

* update DibiVariableInterface

* some bugs fixed
This commit is contained in:
David Grudl
2007-11-12 07:33:23 +00:00
parent 89c53395c1
commit 46850aa588
15 changed files with 53 additions and 53 deletions

View File

@@ -53,7 +53,7 @@ class DibiDatabaseException extends DibiException
{
parent::__construct($message);
$this->sql = $sql;
dibi::notify('exception', NULL, $this);
dibi::notify(NULL, 'exception', $this);
}