From: Johnny R. <joh...@us...> - 2002-05-26 23:15:16
|
Update of /cvsroot/post-nuke/postnuke_official/sql In directory usw-pr-cvs1:/tmp/cvs-serv24105/sql Modified Files: ragnarok.sql Log Message: changed default theme to next for now Index: ragnarok.sql =================================================================== RCS file: /cvsroot/post-nuke/postnuke_official/sql/ragnarok.sql,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ragnarok.sql 25 May 2002 08:42:54 -0000 1.2 --- ragnarok.sql 26 May 2002 23:15:13 -0000 1.3 *************** *** 269,273 **** INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (7, 'base', 'startdate', 's:9:"June 2001";'); INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (8, 'base', 'adminmail', 's:13:"no...@no...";'); ! INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (9, 'base', 'Default_Theme', 's:8:"PostNuke";'); INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (10, 'base', 'foot1', 's:147:"All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2002 by me";'); INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (12, 'base', 'anonymous', 's:9:"Anonymous";'); --- 269,273 ---- INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (7, 'base', 'startdate', 's:9:"June 2001";'); INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (8, 'base', 'adminmail', 's:13:"no...@no...";'); ! INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (9, 'base', 'Default_Theme', 's:4:"Next";'); INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (10, 'base', 'foot1', 's:147:"All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2002 by me";'); INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES (12, 'base', 'anonymous', 's:9:"Anonymous";'); |