diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-07 21:08:35 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-07 21:08:35 +0200 |
commit | 928b9aa6340654b1dbb69af44c41468456f0b7b6 (patch) | |
tree | dcff391139cc5a11904c16fe2f50c71c752adc7d /system/database/drivers/mssql/mssql_utility.php | |
parent | df6aed2e6070b67ace6e52e621a4f14c2cf7578f (diff) | |
parent | c2c361b9c9dcfd94003d97622d74184f01c0615f (diff) |
Merge pull request #972 from narfbg/develop-db-mssql
Improve the MSSQL database driver
Diffstat (limited to 'system/database/drivers/mssql/mssql_utility.php')
-rw-r--r-- | system/database/drivers/mssql/mssql_utility.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/mssql/mssql_utility.php b/system/database/drivers/mssql/mssql_utility.php index 6d47618ce..69fcec5f6 100644 --- a/system/database/drivers/mssql/mssql_utility.php +++ b/system/database/drivers/mssql/mssql_utility.php @@ -41,7 +41,7 @@ class CI_DB_mssql_utility extends CI_DB_utility { * MSSQL Export * * @param array Preferences - * @return mixed + * @return bool */ protected function _backup($params = array()) { |