Skip to content

Commit

Permalink
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
casvannoort committed Jul 9, 2012
2 parents f715612 + d73d6a8 commit 3dd6686
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion system/database/drivers/odbc/odbc_forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down
1 change: 0 additions & 1 deletion system/database/drivers/pdo/pdo_forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
*/
class CI_DB_pdo_forge extends CI_DB_forge {

protected $_drop_database = 'DROP DATABASE %s';
protected $_drop_table = 'DROP TABLE %s';

/**
Expand Down

0 comments on commit 3dd6686

Please sign in to comment.