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:
parent
debe8bfc45
commit
6e37792053
1 changed files with 2 additions and 3 deletions
|
@ -16,10 +16,9 @@
|
||||||
* the Free Software Foundation; *
|
* the Free Software Foundation; *
|
||||||
* *
|
* *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
//------------------------------------------------------------------ constantes
|
//------------------------------------------------------------------ constantes
|
||||||
define( ATT_REG, '\w+' );
|
define( 'ATT_REG', '\w+' );
|
||||||
define( VAL_REG, '[^"]*' );
|
define( 'VAL_REG', '[^"]*' );
|
||||||
//------------------------------------------------------------------- functions
|
//------------------------------------------------------------------- functions
|
||||||
// getContent returns the content of a tag
|
// getContent returns the content of a tag
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue