function exif_location_update_6001 in Exif 6
Same name and namespace in other branches
- 7 exif_location/exif_location.install \exif_location_update_6001()
File
- exif_location/
exif_location.install, line 16 - This is the exif location install part
Code
function exif_location_update_6001() {
$return = array();
$return[] = update_sql("UPDATE {system} SET weight = -2 WHERE name = 'exif_location'");
return $return;
}