From: Scott P. <wht...@us...> - 2007-09-15 03:50:38
|
Update of /cvsroot/helpmeict/Helpdesk/install In directory sc8-pr-cvs17:/tmp/cvs-serv20350 Modified Files: DB-MySQL.sql Log Message: Fix Insert statements that fail table creation. Index: DB-MySQL.sql =================================================================== RCS file: /cvsroot/helpmeict/Helpdesk/install/DB-MySQL.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DB-MySQL.sql 7 Feb 2007 01:20:05 -0000 1.2 --- DB-MySQL.sql 15 Sep 2007 03:50:31 -0000 1.3 *************** *** 203,213 **** (2, 'About', 'about.php', 1, 1), (3, 'News', 'news.php', 1, 2), ! (4, 'Documentation', 'docs/index.html', 1, 3); (5, 'F.A.Q.', 'faq.php', 1, 4), ! (6, 'Download', 'download.php', 1, 5); (7, 'Features', 'features.php', 1, 6), (8, 'Change Log', 'changelog.php', 1, 7), (9, 'Central Mcr. CLC', 'http://helpdesk.centralmanclc.com/', 2, 0), ! (10, 'Oxford Archeology', 'http://www.thehumanjourney.net/', 2, 1); (11, 'European Electronique', 'http://www.euroele.co.uk/', 2, 2); --- 203,213 ---- (2, 'About', 'about.php', 1, 1), (3, 'News', 'news.php', 1, 2), ! (4, 'Documentation', 'docs/index.html', 1, 3), (5, 'F.A.Q.', 'faq.php', 1, 4), ! (6, 'Download', 'download.php', 1, 5), (7, 'Features', 'features.php', 1, 6), (8, 'Change Log', 'changelog.php', 1, 7), (9, 'Central Mcr. CLC', 'http://helpdesk.centralmanclc.com/', 2, 0), ! (10, 'Oxford Archeology', 'http://www.thehumanjourney.net/', 2, 1), (11, 'European Electronique', 'http://www.euroele.co.uk/', 2, 2); |