source: extensions/NBC_UserAdvManager/trunk/include/constants.php @ 4135

Last change on this file since 4135 was 4135, checked in by Eric, 15 years ago

[NBC_UserAdvManager] pre 2.12.0 identified as 2.12.0a :

  • Improving plugin upgrade process
  • Adding new function (Ghost Tracker - Tracking of ghost users) from bug 1194 : Only admin panel and database requests are coded.
  • Language files updated for new Ghost Tracker feature.
  • 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.