source: extensions/NBC_UserAdvManager/branches/2.14/include/constants.php @ 5065

Last change on this file since 5065 was 5065, checked in by Eric, 14 years ago

[NBC_UserAdvManager] Creating Branch 2.14 and merge from trunk

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