Ignore:
Timestamp:
Oct 31, 2009, 5:55:24 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Merged from Trunk to 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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/branches/2.12/maintain.inc.php

    r4144 r4160  
    1313  $q = '
    1414INSERT INTO '.CONFIG_TABLE.' (param, value, comment)
    15 VALUES ("nbc_UserAdvManager","true;false;false;-1;-1;-1;false;false;;-1;;;false;;false;100;false,false,10,Hello.
     15VALUES ("nbc_UserAdvManager","true;false;false;-1;-1;-1;false;false;;-1;;;false;;false;100;false;false;10;Hello.
    1616       
    1717This is a reminder because a very long time passed since your last visit on our gallery. If you do not want anymore to use your access account, please let us know by replying to this email. Your account will be deleted.
     
    6969          $query = '
    7070SELECT *
    71 FROM '.CONFIG_TABLE.'
     71  FROM '.CONFIG_TABLE.'
    7272WHERE param = "nbc_UserAdvManager_ConfirmMail"
    7373;';
Note: See TracChangeset for help on using the changeset viewer.