From ebbcd617393c83364699592dfeca8c6e7c3a578a Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 8 Oct 2010 15:34:02 -0300 Subject: CVS update --- exif.install | 89 ++++++++++-------------------------------------------------- 1 file changed, 15 insertions(+), 74 deletions(-) (limited to 'exif.install') diff --git a/exif.install b/exif.install index 75bf5d2..cc1373d 100755 --- a/exif.install +++ b/exif.install @@ -1,85 +1,26 @@ $t('Function exif_read_data not available'), + 'value' => $t('The Function exif_read_data is not available on the system.'), + 'severity' => REQUIREMENT_ERROR, ); - break; + } } - return $ret; + return $requirements; } - -/** - * Implementation of hook_uninstall(). - */ -function exif_uninstall() { - db_query('DROP TABLE {exif_tags}'); - db_query('DROP TABLE {exif}'); -} \ No newline at end of file -- cgit v1.2.3