From 6e37792053eef031b2f6381c9b612aa95153d76f Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 3 Jan 2004 19:15:32 +0000 Subject: use correct define syntax git-svn-id: http://piwigo.org/svn/branches/release-1_3@237 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_xml.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') 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 // -- cgit v1.2.3