You are here

function session_api_update_6100 in Session API 6

Same name and namespace in other branches
  1. 7 session_api.install \session_api_update_6100()

Remove cleanup variables.

File

./session_api.install, line 47

Code

function session_api_update_6100() {
  $ret = array();
  $ret[] = update_sql("DELETE FROM {variable} WHERE name LIKE 'session_api_run_cron_%'");
  return $ret;
}