Merge pull request #6432 from deepak-srivastava/dedupe-workflow-47
[civicrm-core.git] / bin / cron.php
index 5c221ba4630777c231d989d451aec34c051addd5..8ac555c8691ee71e900856b0d87a5a0c53af317e 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 
 require_once '../civicrm.config.php';
@@ -52,4 +52,3 @@ else {
   $facility->setSingleRunParams('job', $job, $params, 'From cron.php');
   $facility->executeJobByAction('job', $job);
 }
-