[Vtigercrm-commits] [vtiger-commits] r7394 - /vtigercrm/trunk/modules/Faq/DetailView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 21 13:43:06 EDT 2006


Author: richie
Date: Wed Jun 21 11:42:58 2006
New Revision: 7394

Log:
fixed the detail view ajax issue

Modified:
    vtigercrm/trunk/modules/Faq/DetailView.php

Modified: vtigercrm/trunk/modules/Faq/DetailView.php
==============================================================================
--- vtigercrm/trunk/modules/Faq/DetailView.php (original)
+++ vtigercrm/trunk/modules/Faq/DetailView.php Wed Jun 21 11:42:58 2006
@@ -92,6 +92,6 @@
 
 //Added to display the Faq comments information
 $smarty->assign("COMMENT_BLOCK",$focus->getFAQComments($_REQUEST['record']));
-
+$smarty->assign("EDIT_PERMISSION",isPermitted($currentModule,'EditView',$_REQUEST[record]));
 $smarty->display("DetailView.tpl");
 ?>





More information about the vtigercrm-commits mailing list