source: extensions/NBC_UserAdvManager/tags/2.12.2/include/constants.php @ 4161

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

[NBC_UserAdvManager] Buld Tag 2.12.2 from Branch 2.12 :
Bug 1221 fixed - Adding of a new funtion to populate the lastvisit table on Ghost Tracker activation

Bug 1224 fixed - Error in database after plugin activation

Bug 1225 fixed - "Reminder" status don't change from "false" to "true" after the sent of a reminder email

Some code beautify (SQL requests and HTML 4 strict for tpl)

  • 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.