Updated the LaTeX header for letters
[civicrm-core.git] / install / index.php
index 0c6b62c2c92dfa679ce3f6af39a9c7bbc2d281b7..a7c96f1f2e00bc3508d4520a867a7811b0d584b6 100644 (file)
@@ -254,7 +254,7 @@ else {
 
 if ($installType == 'drupal') {
   // Ensure that they have downloaded the correct version of CiviCRM
-  if ($civicrm_version['cms'] != 'Drupal' && $civicrm_version['cms'] != 'Drupal6') {
+  if ($civicrm_version['cms'] != 'Drupal') {
     $errorTitle = ts("Oops! Incorrect CiviCRM version");
     $errorMsg = ts("This installer can only be used for the Drupal version of CiviCRM.");
     errorDisplayPage($errorTitle, $errorMsg);