CRM-14239 - Fix undefined variable notice
[civicrm-core.git] / bin / cleanup42.php
index c29eb0559c14faabaf0fb9a4df1bfde4aa5a2b85..10a17888d9316086bc141222287bbca5c5c0808f 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | 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')) {