You are here

function imagecrop_update_2 in Image javascript crop 6

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

Update 1 : set weight to 1

File

./imagecrop.install, line 56
Install file.

Code

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