CRM-14197 alter index to include contribution id
[civicrm-core.git] / install / civicrm.php
index c4063acb9a4120dcb92fae2529ee6aed9806e1e9..11b8931934d1c5e1d59c2aa14523cd413f10538a 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -125,6 +125,8 @@ function civicrm_source($dsn, $fileName, $lineMode = FALSE) {
   }
   $db->query("SET NAMES utf8");
 
+  $db->query("SET NAMES utf8");
+
   if (!$lineMode) {
     $string = file_get_contents($fileName);