source: extensions/NBC_UserAdvManager/tags/2.12.0/include/constants.php @ 4145

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

[NBC_UserAdvManager] Building tag 2.12.0 from branch 2.12 :

  • Improving plugin upgrade process (database auto upgrade from branch 2.10 and 2.11 to new branch 2.12)
  • Adding new function (Ghost Tracker - Tracking of ghost users) from bug 1194 : fully functionnal.
  • Language files updated for new Ghost Tracker feature.
  • Some code improvement.
  • Property svn:eol-style set to LF
File size: 170 bytes
Line 
1<?php
2global $prefixeTable;
3define('USER_CONFIRM_MAIL_TABLE', $prefixeTable.'user_confirm_mail');
4define('USER_LASTVISIT_TABLE', $prefixeTable.'user_lastvisit_check');
5?>
Note: See TracBrowser for help on using the repository browser.