commit | 1db6da309a66ff202d43a4bbb5fdbd66d70afe13 | [log] [tgz] |
---|---|---|
author | LouisMilotte <louis.milotte@yahoo.com> | Sat Apr 04 03:22:12 2015 -0700 |
committer | LouisMilotte <louis.milotte@yahoo.com> | Sat Apr 04 03:22:12 2015 -0700 |
tree | eca75bc6fbde0a7fb7cb78743c08edf4e9ca4171 | |
parent | 016c43354ef90cc0802456d814fb5a9f88451b6f [diff] |
Edit dbforge drop_table line 230 At current the documentation does not distinguish between DROP TABLE IF EXISTS table_name and DROP TABLE table_name. As seen by the DB_forge.php class in system/database; the function accepts a Boolean as the second parameter as to whether or not to apply the IF EXISTS mysql condition.