use correct define syntax

git-svn-id: http://piwigo.org/svn/branches/release-1_3@237 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2004-01-03 19:15:32 +00:00
parent debe8bfc45
commit 6e37792053

View file

@ -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
//