remove mysql-adodb specific function

This commit is contained in:
Shish
2011-01-01 19:00:30 +00:00
parent 06a3be4941
commit b0dae2497e
2 changed files with 3 additions and 1 deletions

View File

@ -166,6 +166,7 @@ class AdminPage implements Extension {
}
}
/*
private function convert_to_innodb() {
global $database;
if($database->engine->name == "mysql") {
@ -176,6 +177,7 @@ class AdminPage implements Extension {
}
}
}
*/
}
add_event_listener(new AdminPage());
?>