fix version in header
[civicrm-core.git] / bin / deprecated / UpdateMembershipReminderDate.php
index 5e21faf49a82c29e0f882a748771a489b3542281..e5d93ea0df170a2dd8c6441841485df7b7abec29 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  * This file updates the Reminder dates of all valid membership records.
  *
  */
+
+/**
+ * Class CRM_UpdateMembershipReminderDate
+ */
 class CRM_UpdateMembershipReminderDate {
+  /**
+   *
+   */
   function __construct() {
     // you can run this program either from an apache command, or from the cli
     if (php_sapi_name() == "cli") {