From ebbcd617393c83364699592dfeca8c6e7c3a578a Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 8 Oct 2010 15:34:02 -0300 Subject: CVS update --- exif_location/exif_location.install | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'exif_location/exif_location.install') diff --git a/exif_location/exif_location.install b/exif_location/exif_location.install index a1fb871..3ccb94f 100644 --- a/exif_location/exif_location.install +++ b/exif_location/exif_location.install @@ -1,12 +1,21 @@ +function exif_location_update_6001() { + $return = array(); + $return[] = update_sql("UPDATE {system} SET weight = -2 WHERE name = 'exif_location'"); + return $return; +} \ No newline at end of file -- cgit v1.2.3