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:
z0rglub
2003-11-03 22:39:53 +00:00
parent d6bb7649fc
commit 0089ab102c
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
* the Free Software Foundation; *
* *
***************************************************************************/
define( PREFIX_INCLUDE, '' );
define( "PREFIX_INCLUDE", '' );
include_once( './include/config.inc.php' );
include_once( './include/user.inc.php' );