diff options
author | Silvio <silvio@devlet.com.br> | 2010-10-07 18:44:31 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-10-07 18:44:31 -0300 |
commit | ca7d08e2b8124353bc56f8dbdfc3ea32da669b7e (patch) | |
tree | 4a64378f63532ebf8c1d867d163f35c7d841f3f9 /exif_location/exif_location.install | |
parent | 21c3a1c6999459420a7343e4c9af2c1683bcc07d (diff) | |
download | exif-ca7d08e2b8124353bc56f8dbdfc3ea32da669b7e.tar.gz exif-ca7d08e2b8124353bc56f8dbdfc3ea32da669b7e.tar.bz2 |
CVS update
Diffstat (limited to 'exif_location/exif_location.install')
-rw-r--r-- | exif_location/exif_location.install | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/exif_location/exif_location.install b/exif_location/exif_location.install index 31fc3e8..a1fb871 100644 --- a/exif_location/exif_location.install +++ b/exif_location/exif_location.install @@ -1,9 +1,4 @@ <?php -// $Id: exif_location.install,v 1.1.2.3 2010/03/19 22:17:00 rapsli Exp $ - -/** - * @file This is the exif location install part - */ /* * Hook sets weight must be less than exif module (zero by default). @@ -13,3 +8,5 @@ function exif_location_install() { $ret[] = db_query("UPDATE {system} SET weight = 2 WHERE name = 'exif_location'"); return $ret; } + +?> |