Ignore:
Timestamp:
Oct 19, 2009, 6:22:25 PM (15 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager]

  • Bug 1195 fixed : Registration page displays now the good title
  • Some code cleaning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/maintain.inc.php

    r3881 r4061  
    1212  $q = '
    1313    INSERT INTO '.CONFIG_TABLE.' (param, value, comment)
    14     VALUES ("nbc_UserAdvManager","true;false;false;-1;-1;-1;false;false;;-1;;;false;;","Parametres du plugin nbc UserAdvManager")
     14    VALUES ("nbc_UserAdvManager","true;false;false;-1;-1;-1;false;false;;-1;;;false;;false;100;","Parametres du plugin nbc UserAdvManager")
    1515  ;';
    1616  pwg_query($q);
     
    5858        if ($count == 0)
    5959        {
    60                 upgrade_UserAdvManager();
     60                upgrade_210();
    6161        }
    6262}
     
    9090}
    9191
    92 function upgrade_UserAdvManager()
     92function upgrade_210()
    9393{
    9494        global $conf;
Note: See TracChangeset for help on using the changeset viewer.