1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-24 14:42:59 +02:00

renamed some modifiers

This commit is contained in:
David Grudl
2006-06-08 02:02:05 +00:00
parent 3030881f07
commit 1e3728c582
9 changed files with 45 additions and 47 deletions

View File

@@ -35,9 +35,9 @@ if (!dibi::isConnected()) {
if (is_error($state)) {
// $state can be FALSE or Exception
if ($state instanceof Exception)
if ($state instanceof Exception)
echo $state;
else
else
echo 'FALSE';
echo "<br>\n";