diff options
Diffstat (limited to 'include/functions_xml.inc.php')
-rw-r--r-- | include/functions_xml.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions_xml.inc.php b/include/functions_xml.inc.php index 12cc82787..034b49512 100644 --- a/include/functions_xml.inc.php +++ b/include/functions_xml.inc.php @@ -18,8 +18,8 @@ ***************************************************************************/ //------------------------------------------------------------------ constantes -define( ATT_REG, '\w+' ); -define( VAL_REG, '[^"]*' ); +define( "ATT_REG", '\w+' ); +define( "VAL_REG", '[^"]*' ); //------------------------------------------------------------------- functions // getContent returns the content of a tag // |