X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FLocationType.php;h=6fd84846d6ac95a794abbb3deee3d1c0af49ad72;hb=0c07fff8870aebc78542d5519ba7c4e4689c53cf;hp=f7bf1da982c751a274050ae8d6359be28ee20401;hpb=1761553f7e28866ef0c0a9f54abbb222487cea5c;p=civicrm-core.git diff --git a/CRM/Admin/Form/LocationType.php b/CRM/Admin/Form/LocationType.php index f7bf1da982..6fd84846d6 100644 --- a/CRM/Admin/Form/LocationType.php +++ b/CRM/Admin/Form/LocationType.php @@ -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. | | | @@ -23,12 +23,12 @@ | 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$ * */ @@ -40,10 +40,9 @@ class CRM_Admin_Form_LocationType extends CRM_Admin_Form { /** - * Build the form object + * Build the form object. * * @return void - * @access public */ public function buildQuickForm() { parent::buildQuickForm(); @@ -83,9 +82,8 @@ class CRM_Admin_Form_LocationType extends CRM_Admin_Form { } /** - * Process the form submission + * Process the form submission. * - * @access public * * @return void */ @@ -124,8 +122,8 @@ class CRM_Admin_Form_LocationType extends CRM_Admin_Form { $locationType->save(); CRM_Core_Session::setStatus(ts("The location type '%1' has been saved.", - array(1 => $locationType->name) - ), ts('Saved'), 'success'); + array(1 => $locationType->name) + ), ts('Saved'), 'success'); } }