You are here

function insert_view_update_7000 in Insert View 7.2

Set the version number for D7.

File

./insert_view.install, line 23
Install, update and uninstall functions for the insert_view module.

Code

function insert_view_update_7000() {
  $ret = array();
  return $ret;
}