Skip to content

Commit

Permalink
cleanup after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tthbellcom committed Aug 5, 2013
1 parent e2e92b5 commit 057b4b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/mm/os2web_edoc_esdh_mm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,8 @@ function os2web_edoc_esdh_mm_import_meeting($meeting) {
}
$meetings = array();
if (is_file(drupal_realpath($file))) {
<<<<<<< HEAD

libxml_use_internal_errors(true);
=======

//libxml_use_internal_errors(true);
>>>>>>> balk_merge
$manifest = simplexml_load_string(utf8_for_xml(file_get_contents(drupal_realpath($file))), 'SimpleXMLElement', LIBXML_NOWARNING);

libxml_clear_errors();
Expand Down

0 comments on commit 057b4b2

Please sign in to comment.