diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-04-15 11:01:01 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-04-15 11:01:01 +0200 |
commit | c64f4b6ce6f1d9c5d99eecd8b7bf23432e969ade (patch) | |
tree | 9613b98d1d60ee6d82b3cf5f66811a9566597fd9 /system/core/Exceptions.php | |
parent | 33fcec4e103ff84845497db513ae0deb8658d96b (diff) |
Use alter table to rename tables
For some strange reason using "rename table" causes an exception in
system/database/DB_driver.php:query() because
it trys to call num_rows() on a boolean. Using "alter table" works.
According to the php manpage mysqli::query() it should return a boolean
too, but whatever...
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'system/core/Exceptions.php')
0 files changed, 0 insertions, 0 deletions