|
From: Jon O. <jon...@us...> - 2008-06-16 11:45:12
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27705 Modified Files: Tag: core28x mysql_schema_install.sql Log Message: A couple of cosmetic updates, for fresh install. Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.41.2.6 retrieving revision 1.41.2.7 diff -C2 -d -r1.41.2.6 -r1.41.2.7 *** mysql_schema_install.sql 16 Feb 2008 21:53:22 -0000 1.41.2.6 --- mysql_schema_install.sql 16 Jun 2008 11:44:58 -0000 1.41.2.7 *************** *** 106,111 **** INSERT INTO mx_table_block_system_parameter VALUES("31", "100", "", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("31", "101", "", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("31", "102", "Overall_navigation", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); --- 106,111 ---- INSERT INTO mx_table_block_system_parameter VALUES("31", "100", "", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("31", "101", "Overall_navigation", "", "0"); ! INSERT INTO mx_table_block_system_parameter VALUES("31", "102", "Horizontal", "", "0"); INSERT INTO mx_table_block_system_parameter VALUES("9", "50", "This is basically a [i:021a122fa6]standard[/i:021a122fa6] TextBlock, but you may configure settings for bbcodes, html and smilies for [i:021a122fa6]this[/i:021a122fa6] block.\r\n\r\nTry it out! \r\n(to edit use the top right edit button)", "021a122fa6", "0"); |