summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/odbc/odbc_forge.php
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-07-12 12:51:11 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-07-12 12:51:11 +0200
commit6648da07a4dc001d5e9d2c16e501d563e7fa2118 (patch)
tree4b7f1a2a6da31111711291be1cc173ab35b619bf /system/database/drivers/odbc/odbc_forge.php
parenta44cf574132ae9332ab68ddbcda8849e3e71c54b (diff)
parent7ac09978c2fb2cae07f6998e245cda3aaa2e1230 (diff)
Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop
Diffstat (limited to 'system/database/drivers/odbc/odbc_forge.php')
-rw-r--r--system/database/drivers/odbc/odbc_forge.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/database/drivers/odbc/odbc_forge.php b/system/database/drivers/odbc/odbc_forge.php
index b074c5884..d17b046ee 100644
--- a/system/database/drivers/odbc/odbc_forge.php
+++ b/system/database/drivers/odbc/odbc_forge.php
@@ -34,7 +34,6 @@
*/
class CI_DB_odbc_forge extends CI_DB_forge {
- protected $_drop_database = 'DROP DATABASE %s';
protected $_drop_table = 'DROP TABLE %s';
/**