1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

fixed short php open tag causing problems on some server configurations

This commit is contained in:
secretr
2008-01-30 20:33:16 +00:00
parent ff02b1a1ec
commit 941342bcc5

View File

@@ -1,4 +1,4 @@
<? <?php
/* /*
+ ----------------------------------------------------------------------------+ + ----------------------------------------------------------------------------+
| e107 website system | e107 website system
@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_handlers/xml_class.php,v $ | $Source: /cvs_backup/e107_0.8/e107_handlers/xml_class.php,v $
| $Revision: 1.3 $ | $Revision: 1.4 $
| $Date: 2008-01-20 04:46:35 $ | $Date: 2008-01-30 20:33:16 $
| $Author: mcfly_e107 $ | $Author: secretr $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -156,3 +156,4 @@ class xmlClass
} }
?>