mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-05-07 16:55:51 +03:00
define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value')
git-svn-id: http://piwigo.org/svn/trunk@231 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d6bb7649fc
commit
0089ab102c
8 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue