- Adding a cache wipe to update.php, as this will avoid stale cache bugs after an update

(e.g. admin.module was removed -> needs menu cache update).
4.6.x
Steven Wittens 2005-01-16 23:16:19 +00:00
parent 971a0e24aa
commit 18dfd4a81a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function update_data($start) {
variable_set("update_start", $date);
print "</pre>\n";
}
db_query('DELETE FROM {cache}');
}
function update_page_header($title) {