Merge pull request #4979 from xurizaemon/codingstandards-12
[civicrm-core.git] / CRM / Admin / Form / Preferences / Campaign.php
index 1a907fb11e6c4eaa129fd9371a9641fd108a613a..0de208a7c59a80251a980c386e0fc716a066d70a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  *
  */
 class CRM_Admin_Form_Preferences_Campaign extends CRM_Admin_Form_Preferences {
-  function preProcess() {
+  public function preProcess() {
     CRM_Utils_System::setTitle(ts('CiviCampaign Component Settings'));
     $this->_varNames = array(
-      CRM_Core_BAO_Setting::CAMPAIGN_PREFERENCES_NAME =>
-      array(
+      CRM_Core_BAO_Setting::CAMPAIGN_PREFERENCES_NAME => array(
         'tag_unconfirmed' => array(
           'html_type' => 'text',
           'title' => ts('Tag for Unconfirmed Petition Signers'),
@@ -61,4 +60,3 @@ class CRM_Admin_Form_Preferences_Campaign extends CRM_Admin_Form_Preferences {
     parent::preProcess();
   }
 }
-