Merge pull request #5049 from totten/master-mailing-multiling
[civicrm-core.git] / CRM / Admin / Form / Setting / UF.php
index 11705be524eb1369fe1f6613487e6dd8a17b0039..6c18f9b35faab06e074c2c47731a5a2e6c49387d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -44,10 +44,9 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting {
   protected $_uf = NULL;
 
   /**
-   * Function to build the form
+   * Build the form object.
    *
    * @return void
-   * @access public
    */
   public function buildQuickForm() {
     $config = CRM_Core_Config::singleton();
@@ -98,5 +97,5 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting {
 
     parent::buildQuickForm();
   }
-}
 
+}