You are here

function system_update_156 in Drupal 4

Same name and namespace in other branches
  1. 5 modules/system/system.install \system_update_156()

File

database/updates.inc, line 1098

Code

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