X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FAdmin%2FForm%2FJob.php;h=cfd90ad72031d28efaadf24e245b16e8575ff9fc;hb=a89d62ed2e749ddcf2c45a619c0982c7c9913e4f;hp=a9e9bfb94426f355c1475378b0a8afe07027d0bc;hpb=17d83a01db1059f95af45e3bd8898e353e52c02c;p=civicrm-core.git diff --git a/CRM/Admin/Form/Job.php b/CRM/Admin/Form/Job.php index a9e9bfb944..cfd90ad720 100644 --- a/CRM/Admin/Form/Job.php +++ b/CRM/Admin/Form/Job.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: $ * */ @@ -62,7 +62,7 @@ class CRM_Admin_Form_Job extends CRM_Admin_Form { } /** - * Build the form object + * Build the form object. * * @param bool $check * @@ -171,7 +171,7 @@ class CRM_Admin_Form_Job extends CRM_Admin_Form { } /** - * Process the form submission + * Process the form submission. * * * @return void @@ -212,4 +212,5 @@ class CRM_Admin_Form_Job extends CRM_Admin_Form { } } + }