source: extensions/UserAdvManager/trunk/include/constants.php @ 23516

Last change on this file since 23516 was 20591, checked in by Eric, 11 years ago

Next version is 2.41.4 ready for publication

  • Property svn:eol-style set to LF
File size: 213 bytes
RevLine 
[3742]1<?php
[20591]2
[3742]3global $prefixeTable;
4define('USER_CONFIRM_MAIL_TABLE', $prefixeTable.'user_confirm_mail');
[4135]5define('USER_LASTVISIT_TABLE', $prefixeTable.'user_lastvisit_check');
[4952]6define('UAM_OBSOLETE', 'obsolete.list');
[20591]7
[3742]8?>
Note: See TracBrowser for help on using the repository browser.