Index: jquery_ui.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/jquery_ui/Attic/jquery_ui.install,v retrieving revision 1.5 diff -u -r1.5 jquery_ui.install --- jquery_ui.install 21 May 2009 22:03:30 -0000 1.5 +++ jquery_ui.install 13 Jun 2009 01:29:01 -0000 @@ -21,7 +21,8 @@ } $requirements['jquery_ui']['title'] = $t('jQuery UI'); - if ($jquery_ui_version = jquery_ui_get_version()) { + $jquery_ui_version = jquery_ui_get_version(); + if (!empty($jquery_ui_version)) { // Everything looks good; display the current jQuery UI version. $requirements['jquery_ui']['value'] = $jquery_ui_version; $requirements['jquery_ui']['severity'] = REQUIREMENT_OK;