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:
Added comment to explain my change

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@4072 
3d254a34-79dc-0310-9e5f-be208747d8a0
silmarillion (author)
Tue Aug 07 08:46:38 -0700 2007
commit  40f30e2ac7fbd097588c843f8e4bd533823bae08
tree    c81ed6cb3e8cf6c027b4bddd65560af6d3f0b0cb
parent  91dcf73009d06b0bfde815981ce58e9d560dc314
...
60
61
62
63
 
 
64
65
66
...
84
85
86
87
 
 
88
89
90
...
60
61
62
 
63
64
65
66
67
...
85
86
87
 
88
89
90
91
92
0
@@ -60,7 +60,8 @@
0
     if ($gCms->modules[$key]['object']->WYSIWYGActive()) {
0
       $loadit=true;
0
     } else {
0
- /* if (get_preference(get_userid(), 'wysiwyg')==$gCms->modules[$key]['object']->GetName()) {
0
+ //Silmarillion: It shouldn't be loaded unless it's in use
0
+ /*if (get_preference(get_userid(), 'wysiwyg')==$gCms->modules[$key]['object']->GetName()) {
0
        $loadit=true;
0
      }*/
0
     }
0
@@ -84,7 +85,8 @@
0
     if ($gCms->modules[$key]['object']->SyntaxActive()) {
0
       $loadit=true;
0
     } else {
0
- /* if (get_preference(get_userid(), 'syntaxhightlighter')==$gCms->modules[$key]['object']->GetName()) {
0
+ //Silmarillion: It shouldn't be loaded unless it's in use
0
+ /*if (get_preference(get_userid(), 'syntaxhightlighter')==$gCms->modules[$key]['object']->GetName()) {
0
        $loadit=true;
0
      }*/
0
     }

Comments

    No one has commented yet.