Added comments to missing table civicrm_mailing_abtest in 4.6.alpha1.mysql.tpl
[civicrm-core.git] / CRM / Upgrade / Form.php
index 803bf2e7d2a33339feb964f51013686f983aab90..6f40d682b11509b36aee97abb9edc4f3f8c4a56b 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -360,7 +360,7 @@ SET    version = '$version'
 
     // sample test list
     /*         $revList = array(
-      '2.1.0', '2.2.beta2', '2.2.beta1', '2.2.alpha1', */
+    '2.1.0', '2.2.beta2', '2.2.beta1', '2.2.alpha1', */
 
     /*                          '2.2.alpha3', '2.2.0', '2.2.2', '2.1.alpha1', '2.1.3'); */
 
@@ -785,4 +785,5 @@ SET    version = '$version'
       }
     }
   }
+
 }