source: extensions/NBC_UserAdvManager/tags/2.13.1/include/constants.php @ 4417

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

[NBC_UserAdvManager] Building Tag 2.13.1 from Branch

  • Bug 1302 fixed : Re-coded double email check on registration.
  • Bug 1304 fixed : Adding of plugin version in plugin admin panel title.
  • 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.