[med-svn] r545 - trunk/community/website/inc/XML
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Oct 3 21:40:58 UTC 2007
Author: hanska-guest
Date: 2007-10-03 21:40:58 +0000 (Wed, 03 Oct 2007)
New Revision: 545
Modified:
trunk/community/website/inc/XML/HTMLSax3.php
Log:
Still some fixes
Modified: trunk/community/website/inc/XML/HTMLSax3.php
===================================================================
--- trunk/community/website/inc/XML/HTMLSax3.php 2007-10-03 21:39:01 UTC (rev 544)
+++ trunk/community/website/inc/XML/HTMLSax3.php 2007-10-03 21:40:58 UTC (rev 545)
@@ -29,9 +29,11 @@
/**
* Required classes
*/
+/*
if (!defined('XML_HTMLSAX3')) {
define('XML_HTMLSAX3', 'XML/');
}
+*/
require_once(XML_HTMLSAX3 . 'HTMLSax3/States.php');
require_once(XML_HTMLSAX3 . 'HTMLSax3/Decorators.php');
@@ -684,4 +686,4 @@
$this->state_parser->parse($data);
}
}
-?>
\ No newline at end of file
+?>
More information about the debian-med-commit
mailing list