projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3400e06
)
distmaker/joomlaxml - Disable MySQL strict (which causes extraneous DB request)
author
Tim Otten
<totten@civicrm.org>
Thu, 7 Mar 2013 12:43:51 +0000
(07:43 -0500)
committer
Tim Otten
<totten@civicrm.org>
Thu, 7 Mar 2013 12:48:44 +0000
(07:48 -0500)
distmaker/utils/joomlaxml.php
patch
|
blob
|
blame
|
history
diff --git
a/distmaker/utils/joomlaxml.php
b/distmaker/utils/joomlaxml.php
index 150d37272f531a84a86c02809a4fdd0a37952216..13f3ff2643c5c9ba60cc77e489f28e538d725cbc 100644
(file)
--- a/
distmaker/utils/joomlaxml.php
+++ b/
distmaker/utils/joomlaxml.php
@@
-1,4
+1,5
@@
<?php
+define('CIVICRM_MYSQL_STRICT', 0);
if (isset($GLOBALS['_SERVER']['DM_SOURCEDIR'])) {
$sourceCheckoutDir = $GLOBALS['_SERVER']['DM_SOURCEDIR'];
}