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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user