1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 00:54:11 +02:00

remove operator @ in connect() methods

This commit is contained in:
David Grudl
2006-08-25 18:10:30 +00:00
parent 2cc9fa22fb
commit 36b88503f9
7 changed files with 42 additions and 25 deletions

View File

@@ -48,7 +48,7 @@ class DibiException extends Exception
public function getSql()
{
return @$this->info['sql'];
return $this->info['sql'];
}