Index: branches/1.2.x/in-news/_install/install_data.sql =================================================================== diff -u -N -r14274 -r15002 --- branches/1.2.x/in-news/_install/install_data.sql (.../install_data.sql) (revision 14274) +++ branches/1.2.x/in-news/_install/install_data.sql (.../install_data.sql) (revision 15002) @@ -1 +1 @@ -UPDATE Category SET l1_Name = 'News (TD)' WHERE l1_Name = 'News'; \ No newline at end of file +UPDATE Categories SET l1_Name = 'News (TD)' WHERE l1_Name = 'News'; \ No newline at end of file Index: branches/1.2.x/_install/install_data.sql =================================================================== diff -u -N -r14274 -r15002 --- branches/1.2.x/_install/install_data.sql (.../install_data.sql) (revision 14274) +++ branches/1.2.x/_install/install_data.sql (.../install_data.sql) (revision 15002) @@ -1 +1 @@ -UPDATE Category SET l1_Name = 'Home' WHERE l1_Name = 'Home'; \ No newline at end of file +UPDATE Categories SET l1_Name = 'Home' WHERE l1_Name = 'Home'; \ No newline at end of file Index: branches/1.2.x/in-bulletin/_install/install_data.sql =================================================================== diff -u -N -r14274 -r15002 --- branches/1.2.x/in-bulletin/_install/install_data.sql (.../install_data.sql) (revision 14274) +++ branches/1.2.x/in-bulletin/_install/install_data.sql (.../install_data.sql) (revision 15002) @@ -1 +1 @@ -UPDATE Category SET l1_Name = 'Forums (TD)' WHERE l1_Name = 'Forums'; \ No newline at end of file +UPDATE Categories SET l1_Name = 'Forums (TD)' WHERE l1_Name = 'Forums'; \ No newline at end of file Index: branches/1.2.x/in-link/_install/install_data.sql =================================================================== diff -u -N -r14274 -r15002 --- branches/1.2.x/in-link/_install/install_data.sql (.../install_data.sql) (revision 14274) +++ branches/1.2.x/in-link/_install/install_data.sql (.../install_data.sql) (revision 15002) @@ -1 +1 @@ -UPDATE Category SET l1_Name = 'Directory (TD)' WHERE l1_Name = 'Directory'; \ No newline at end of file +UPDATE Categories SET l1_Name = 'Directory (TD)' WHERE l1_Name = 'Directory'; \ No newline at end of file Index: branches/1.2.x/in-commerce/_install/install_data.sql =================================================================== diff -u -N -r14274 -r15002 --- branches/1.2.x/in-commerce/_install/install_data.sql (.../install_data.sql) (revision 14274) +++ branches/1.2.x/in-commerce/_install/install_data.sql (.../install_data.sql) (revision 15002) @@ -1 +1 @@ -UPDATE Category SET l1_Name = 'Products (TD)' WHERE l1_Name = 'Products'; \ No newline at end of file +UPDATE Categories SET l1_Name = 'Products (TD)' WHERE l1_Name = 'Products'; \ No newline at end of file