*** disclaimer.install	2011-01-05 18:46:02.000000000 +0200
--- disclaimer_fixed.install	2011-05-18 18:23:10.044489495 +0300
***************
*** 22,28 ****
      case 'runtime':
        $path = drupal_get_path('module', 'disclaimer') .'/nyroModal/js/jquery.nyroModal.js';
        $path2 = drupal_get_path('module', 'disclaimer') .'/jqModal/jqModal.js';
!       if (!file_exists($path) || !file_exists($path2) || !module_exist('thickbox')) {
          $requirements['modal'] = array(
            'title' => $t('Disclaimer module'),
            'description' => $t('Please download and activate thickbox module or create "nyroModal" and/or "jqModal" folder in disclaimer module then follow INSTALL.txt instructions'),
--- 22,28 ----
      case 'runtime':
        $path = drupal_get_path('module', 'disclaimer') .'/nyroModal/js/jquery.nyroModal.js';
        $path2 = drupal_get_path('module', 'disclaimer') .'/jqModal/jqModal.js';
!       if (!file_exists($path) && !file_exists($path2) && !module_exists('thickbox')) {
          $requirements['modal'] = array(
            'title' => $t('Disclaimer module'),
            'description' => $t('Please download and activate thickbox module or create "nyroModal" and/or "jqModal" folder in disclaimer module then follow INSTALL.txt instructions'),
***************
