Changeset 2726

Show
Ignore:
Timestamp:
02/08/10 18:51:28 (7 months ago)
Author:
areski
Message:

fix on DB script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r2257 r2726  
    11 
    22To see the latest change please refer to :  
    3 http://www.asterisk2billing.org/cgi-bin/trac.cgi/timeline 
     3http://www.asterisk2billing.org/cgi-bin/trac.cgi/log/trunk 
    44 
    55 
  • trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.5.1-to-v1.6.0.sql

    r2723 r2726  
    7575 
    7676INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_listvalues, config_group_title) 
    77 VALUES ('Enable info module about system', 'system_info_enable', 'LEFT', 'Enabled this if you want to display the info module and place it somewhere on the Dashboard.', 0, 'NONE,LEFT,CENTER,RIGHT', 'dashboard') 
     77VALUES ('Enable info module about system', 'system_info_enable', 'LEFT', 'Enabled this if you want to display the info module and place it somewhere on the Dashboard.', 0, 'NONE,LEFT,CENTER,RIGHT', 'dashboard'); 
    7878 
    7979INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_listvalues, config_group_title) 



Google