You are here

function simple_access_update_6201 in Simple Access 6.2

Change weight of simple access to after other modules like og

File

./simple_access.install, line 254
Installation for Simple Access

Code

function simple_access_update_6201() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 9 WHERE name = 'simple_access'");
  return $ret;
}