commit | 498fa354888c1fc4083d1e464b651498d9338b64 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Wed Feb 15 10:05:49 2012 -0500 |
committer | Timothy Warren <tim@timshomepage.net> | Wed Feb 15 10:05:49 2012 -0500 |
tree | f54f91befb6ece28e59b32b0fc0d1d73abd171c2 | |
parent | d19e47a3152c0a3e6a9aa13261b4c843c946523b [diff] [blame] |
Minor codestyle fix
diff --git a/system/database/drivers/interbase/interbase_utility.php b/system/database/drivers/interbase/interbase_utility.php index d90ecae..7642755 100644 --- a/system/database/drivers/interbase/interbase_utility.php +++ b/system/database/drivers/interbase/interbase_utility.php
@@ -100,6 +100,7 @@ public function _backup($params = array()) { // Currently unsupported + // @todo See if can be implemented return $this->db->display_error('db_unsuported_feature'); } }