[Vtigercrm-commits] [vtiger-commits] r6330 - /vtigercrm/trunk/modules/Rss/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 23 11:02:30 EDT 2006
Author: richie
Date: Tue May 23 09:02:26 2006
New Revision: 6330
Log:
Added the Quick Create options
Modified:
vtigercrm/trunk/modules/Rss/ListView.php
Modified: vtigercrm/trunk/modules/Rss/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Rss/ListView.php (original)
+++ vtigercrm/trunk/modules/Rss/ListView.php Tue May 23 09:02:26 2006
@@ -46,7 +46,7 @@
$rss_form = new vtigerCRM_Smarty;
$rss_form->assign("MOD", $mod_strings);
$rss_form->assign("APP", $app_strings);
-$rss_form->assign("IMAGEPATH",$image_path);
+$rss_form->assign("IMAGE_PATH",$image_path);
$rss_form->assign("MODULE", $currentModule);
$rss_form->assign("CATEGORY", getParenttab());
More information about the vtigercrm-commits
mailing list