Update of /cvsroot/helpmeict/Helpdesk/install
In directory sc8-pr-cvs17:/tmp/cvs-serv8533
Modified Files:
DB-PostgreSQL.sql DB-MySQL.sql
Log Message:
Add missing ).
Index: DB-PostgreSQL.sql
===================================================================
RCS file: /cvsroot/helpmeict/Helpdesk/install/DB-PostgreSQL.sql,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DB-PostgreSQL.sql 16 Sep 2007 22:23:36 -0000 1.4
--- DB-PostgreSQL.sql 16 Sep 2007 23:21:07 -0000 1.5
***************
*** 1030,1034 ****
INSERT INTO tbl_preference_descriptions VALUES ('ldap-basedn', 'text', 'LDAP BaseDN', 0);
INSERT INTO tbl_preference_descriptions VALUES ('ldap-host', 'text', 'LDAP Hostname', 0);
! INSERT INTO tbl_preference_descriptions VALUES ('ldap-v2', 'boolean', 'Use LDAP Protocol Version 2 (No means version 3', 0);
--- 1030,1034 ----
INSERT INTO tbl_preference_descriptions VALUES ('ldap-basedn', 'text', 'LDAP BaseDN', 0);
INSERT INTO tbl_preference_descriptions VALUES ('ldap-host', 'text', 'LDAP Hostname', 0);
! INSERT INTO tbl_preference_descriptions VALUES ('ldap-v2', 'boolean', 'Use LDAP Protocol Version 2 (No means version 3)', 0);
***************
*** 1082,1086 ****
INSERT INTO tbl_system_preferences VALUES (4, 'maxupload', '10000', 'Maximum file upload size in bytes', 0);
INSERT INTO tbl_system_preferences VALUES (5, 'excessivehours', '10', 'Number of hours spent on a problem that is considered excessive and should be confirmed', 0);
! INSERT INTO tbl_system_preferences VALUES (1, 'version', '0.9.3', 'This is the current version number for the system', 1);
--- 1082,1086 ----
INSERT INTO tbl_system_preferences VALUES (4, 'maxupload', '10000', 'Maximum file upload size in bytes', 0);
INSERT INTO tbl_system_preferences VALUES (5, 'excessivehours', '10', 'Number of hours spent on a problem that is considered excessive and should be confirmed', 0);
! INSERT INTO tbl_system_preferences VALUES (1, 'version', '1.0', 'This is the current version number for the system', 1);
Index: DB-MySQL.sql
===================================================================
RCS file: /cvsroot/helpmeict/Helpdesk/install/DB-MySQL.sql,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** DB-MySQL.sql 16 Sep 2007 22:23:36 -0000 1.5
--- DB-MySQL.sql 16 Sep 2007 23:21:07 -0000 1.6
***************
*** 294,298 ****
('ldap-basedn', 'text', 'LDAP BaseDN', 0),
('ldap-host', 'text', 'LDAP Hostname', 0),
! ('ldap-v2', 'boolean', 'Use LDAP Protocol Version 2 (No means Version 3', 0);
--- 294,298 ----
('ldap-basedn', 'text', 'LDAP BaseDN', 0),
('ldap-host', 'text', 'LDAP Hostname', 0),
! ('ldap-v2', 'boolean', 'Use LDAP Protocol Version 2 (No means Version 3)', 0);
***************
*** 458,462 ****
--
! INSERT INTO `tbl_System_Preferences` (`id`, `identifier`, `value`, `comment`, `system`) VALUES (1, 'version', '0.9.3', 'This is the current version number for the system', 1),
(2, 'pagesize', '30', 'Page size for paging of issues', 0),
(3, 'closedpagesize', '10', 'Page size for restriction of closed issues', 0),
--- 458,462 ----
--
! INSERT INTO `tbl_System_Preferences` (`id`, `identifier`, `value`, `comment`, `system`) VALUES (1, 'version', '1.0', 'This is the current version number for the system', 1),
(2, 'pagesize', '30', 'Page size for paging of issues', 0),
(3, 'closedpagesize', '10', 'Page size for restriction of closed issues', 0),
|