CRM-16084 - a hack that fixes the issue.
[civicrm-core.git] / bin / encryptDB.php
index 6582c6d468480bdea6f58ccfeb5bc99482af5bf1..88c341ba16fc6c599b9f7f8e56c232b9057f3a81 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -100,4 +100,3 @@ function run() {
 }
 
 run();
-