public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
Using old logic on upgrades

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@2736 
3d254a34-79dc-0310-9e5f-be208747d8a0
tedkulp (author)
Tue May 02 18:13:25 -0700 2006
commit  6fcae2598e756e009499f3df648ad6952aeaecf3
tree    840c6352eda330c7ef0a8a74e6cdb026efedb7f0
parent  bc185c2eb61ab7b99af2770f724d94c436156d97
...
67
68
69
70
 
71
72
73
...
67
68
69
 
70
71
72
73
0
@@ -67,7 +67,7 @@ function cms_config_load($loadLocal = true, $upgrade = false)
0
   $config["page_extension"] = "";
0
   $config["use_adodb_lite"] = true;
0
   $config["locale"] = "";
0
- $config['old_stylesheet'] = false;
0
+ $config['old_stylesheet'] = true;
0
 
0
   #Don't set it yet
0
   #$config["admin_encoding"] = "utf-8";

Comments

    No one has commented yet.