aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions_xml.inc.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/functions_xml.inc.php b/include/functions_xml.inc.php
index 12cc82787..482acff73 100644
--- a/include/functions_xml.inc.php
+++ b/include/functions_xml.inc.php
@@ -16,10 +16,9 @@
* the Free Software Foundation; *
* *
***************************************************************************/
-
//------------------------------------------------------------------ constantes
-define( ATT_REG, '\w+' );
-define( VAL_REG, '[^"]*' );
+define( 'ATT_REG', '\w+' );
+define( 'VAL_REG', '[^"]*' );
//------------------------------------------------------------------- functions
// getContent returns the content of a tag
//