Changeset 2726
- Timestamp:
- 02/08/10 18:51:28 (7 months ago)
- Files:
-
- trunk/CHANGELOG (modified) (1 diff)
- trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.5.1-to-v1.6.0.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r2257 r2726 1 1 2 2 To see the latest change please refer to : 3 http://www.asterisk2billing.org/cgi-bin/trac.cgi/ timeline3 http://www.asterisk2billing.org/cgi-bin/trac.cgi/log/trunk 4 4 5 5 trunk/DataBase/mysql-5.x/UPDATE-a2billing-v1.5.1-to-v1.6.0.sql
r2723 r2726 75 75 76 76 INSERT 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') 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'); 78 78 79 79 INSERT INTO cc_config (config_title, config_key, config_value, config_description, config_valuetype, config_listvalues, config_group_title)
