Ian province abbreviation patch - issue 724
[civicrm-core.git] / CRM / UF / Form / Preview.php
index 489b49645c8b597ccb39bd20c8f663e983db7b00..66bd90a3494fa55ae9cfd5e3a65997fa57162b0c 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -48,8 +48,6 @@ class CRM_UF_Form_Preview extends CRM_UF_Form_AbstractPreview {
    * @param
    *
    * @return void
-   *
-   *
    */
   public function preProcess() {
     $flag = FALSE;
@@ -91,7 +89,7 @@ class CRM_UF_Form_Preview extends CRM_UF_Form_AbstractPreview {
         'county',
         'phone',
         'email',
-        'im'
+        'im',
       );
 
       if ($fieldDAO->location_type_id) {
@@ -125,7 +123,7 @@ class CRM_UF_Form_Preview extends CRM_UF_Form_AbstractPreview {
   }
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    * @return void
    */