[Vtigercrm-commits] [vtiger-commits] r6710 - /vtigercrm/trunk/modules/Webmails/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 29 16:14:03 EDT 2006
Author: richie
Date: Mon May 29 14:13:59 2006
New Revision: 6710
Log:
space in My Home Page assigned to CATEGORY has been removed
Modified:
vtigercrm/trunk/modules/Webmails/ListView.php
Modified: vtigercrm/trunk/modules/Webmails/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Webmails/ListView.php (original)
+++ vtigercrm/trunk/modules/Webmails/ListView.php Mon May 29 14:13:59 2006
@@ -312,7 +312,7 @@
$smarty->assign("MODULE","Webmails");
$smarty->assign("SINGLE_MOD",'Webmails');
$smarty->assign("BUTTONS",$other_text);
-$smarty->assign("CATEGORY","My Home Page");
+$smarty->assign("CATEGORY","My Home Page");
$smarty->assign("NAVIGATION", $navigationOutput);
$smarty->assign("FOLDER_SELECT", $boxes);
$smarty->assign("NUM_EMAILS", $numEmails);
More information about the vtigercrm-commits
mailing list