Last change
on this file since 3742 was
3742,
checked in by Eric, 15 years ago
|
Working directory - Compatibility improvement with PHP 5.3 - Some old functions will be deprecated.
ereg() was replaced by preg_match()
eregi() was replace by preg_match() with "i" moderator
split() was replace by preg_split()
|
-
Property svn:eol-style set to
LF
|
File size:
100 bytes
|
Line | |
---|
1 | <?php |
---|
2 | global $prefixeTable; |
---|
3 | define('USER_CONFIRM_MAIL_TABLE', $prefixeTable.'user_confirm_mail'); |
---|
4 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.