[Vtigercrm-commits] [vtiger-commits] r6332 - /vtigercrm/trunk/modules/Portal/ListView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 23 11:07:17 EDT 2006


Author: richie
Date: Tue May 23 09:07:13 2006
New Revision: 6332

Log:
changed IMAGEPATH to IMAGE_PATH. 

Modified:
    vtigercrm/trunk/modules/Portal/ListView.php

Modified: vtigercrm/trunk/modules/Portal/ListView.php
==============================================================================
--- vtigercrm/trunk/modules/Portal/ListView.php (original)
+++ vtigercrm/trunk/modules/Portal/ListView.php Tue May 23 09:07:13 2006
@@ -47,7 +47,7 @@
 	$portal_def [] = $adb->query_result($result,0,'portalid');
 	$smarty->assign("DEFPORTAL_DETAILS", $portal_def);
 
-$smarty->assign("IMAGEPATH", $image_path);
+$smarty->assign("IMAGE_PATH", $image_path);
 $smarty->assign("MOD", $mod_strings);
 $smarty->assign("APP", $app_strings);
 $smarty->assign("PORTALS", $portal_info);





More information about the vtigercrm-commits mailing list