You are here

function feedapi_update_5 in FeedAPI 5

File

./feedapi.install, line 235

Code

function feedapi_update_5() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 5 WHERE name = 'feedapi'");
  return $ret;
}