[med-svn] r549 - trunk/community/website/inc/XML

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Wed Oct 3 21:44:38 UTC 2007


Author: hanska-guest
Date: 2007-10-03 21:44:38 +0000 (Wed, 03 Oct 2007)
New Revision: 549

Modified:
   trunk/community/website/inc/XML/HTMLSax3.php
Log:
Hard counter-measures


Modified: trunk/community/website/inc/XML/HTMLSax3.php
===================================================================
--- trunk/community/website/inc/XML/HTMLSax3.php	2007-10-03 21:43:32 UTC (rev 548)
+++ trunk/community/website/inc/XML/HTMLSax3.php	2007-10-03 21:44:38 UTC (rev 549)
@@ -34,9 +34,8 @@
     define('XML_HTMLSAX3', 'XML/');
 }
 */
-define('XML_HTMLSAX3', './');
-require_once(XML_HTMLSAX3 . 'HTMLSax3/States.php');
-require_once(XML_HTMLSAX3 . 'HTMLSax3/Decorators.php');
+require_once('HTMLSax3/States.php');
+require_once('HTMLSax3/Decorators.php');
 
 /**
 * Base State Parser




More information about the debian-med-commit mailing list