You are here

function system_update_156 in Drupal 5

Same name and namespace in other branches
  1. 4 database/updates.inc \system_update_156()

File

modules/system/system.install, line 2208

Code

function system_update_156() {
  $ret = array();
  $ret[] = update_sql("DELETE FROM {cache}");
  system_themes();
  return $ret;
}