You are here

function session_api_update_6100 in Session API 7

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

Remove cleanup variables.

File

./session_api.install, line 45
Install file for Session API.

Code

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