Merge pull request #4981 from totten/master-cbf2
[civicrm-core.git] / bin / cleanup42.php
index c29eb0559c14faabaf0fb9a4df1bfde4aa5a2b85..f00d9ffdae6d0ce8c645e222f010c54f80b1e68f 100644 (file)
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * A PHP script which deletes extraneous civicrm_membership_payment rows
  * in order to correct the condition where a contribution row is linked to > 1 membership.
  */
 
+/**
+ * Initialization
+ */
 function initialize() {
   session_start();
   if (!function_exists('drush_get_context')) {