[Vtigercrm-commits] [vtiger-commits] r4871 - /vtigercrm/trunk/config.template.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 4 04:29:28 EDT 2006


Author: saraj
Date: Tue Apr  4 02:29:24 2006
New Revision: 4871

Log:
* Added the FCKEDITOR_DISPLAY variable to show or hide the FCKEditor

Modified:
    vtigercrm/trunk/config.template.php

Modified: vtigercrm/trunk/config.template.php
==============================================================================
--- vtigercrm/trunk/config.template.php (original)
+++ vtigercrm/trunk/config.template.php Tue Apr  4 02:29:24 2006
@@ -19,11 +19,13 @@
 // memory limit default value = 16M
 ini_set('memory_limit','16M');
 
-// show or hide world clock and calculator
+// show or hide world clock, calculator and FCKEditor
 // world_clock_display default value = true
-// calculator_clock_display default value = true
+// calculator_display default value = true
+// fckeditor_display default value = true
 $WORLD_CLOCK_DISPLAY = 'true';
 $CALCULATOR_DISPLAY = 'true';
+$FCKEDITOR_DISPLAY = 'true';
 
 // url for customer portal (Example: http://vtiger.com/portal)
 $PORTAL_URL = 'http://your-domain.com/customerportal';





More information about the vtigercrm-commits mailing list