Skip to content
Snippets Groups Projects
Commit a0d9d279 authored by totten's avatar totten
Browse files

CRM-12647 - CRM_Utils_Migrate_Export - Cleanup

----------------------------------------
* CRM-12647: Customization export/import crashes on "&"
  http://issues.civicrm.org/jira/browse/CRM-12647
parent fc44bb03
Branches
Tags
No related merge requests found
......@@ -310,9 +310,7 @@ AND entity_id IS NULL
}
function fetch($groupName, $daoName, $sql = NULL, $map = NULL, $add = NULL) {
require_once (str_replace('_', DIRECTORY_SEPARATOR, $daoName) . '.php');
eval("\$dao = new $daoName( );");
$dao = new $daoName();
if ($sql) {
$dao->query($sql);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment