You are here

function imagecrop_update_2 in Image javascript crop 5

Same name and namespace in other branches
  1. 6 imagecrop.install \imagecrop_update_2()

Update 1 : set weight to 1

File

./imagecrop.install, line 80
Install file.

Code

function imagecrop_update_2() {
  $ret[] = db_query("UPDATE {system} SET weight = 1 WHERE name = 'imagecrop'");
  return array();
}