distmaker/joomlaxml - Disable MySQL strict (which causes extraneous DB request)
authorTim Otten <totten@civicrm.org>
Thu, 7 Mar 2013 12:43:51 +0000 (07:43 -0500)
committerTim Otten <totten@civicrm.org>
Thu, 7 Mar 2013 12:48:44 +0000 (07:48 -0500)
distmaker/utils/joomlaxml.php

index 150d37272f531a84a86c02809a4fdd0a37952216..13f3ff2643c5c9ba60cc77e489f28e538d725cbc 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+define('CIVICRM_MYSQL_STRICT', 0);
 if (isset($GLOBALS['_SERVER']['DM_SOURCEDIR'])) {
   $sourceCheckoutDir = $GLOBALS['_SERVER']['DM_SOURCEDIR'];
 }