[Vtigercrm-commits] [vtiger-commits] r10567 - /vtigercrm/branches/5.0.3/Popup.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 5 10:42:34 EDT 2007
Author: richie
Date: Thu Apr 5 08:42:30 2007
New Revision: 10567
Log:
changes made to avoid the query failure in Popup. --minnie
Modified:
vtigercrm/branches/5.0.3/Popup.php
Modified: vtigercrm/branches/5.0.3/Popup.php
==============================================================================
--- vtigercrm/branches/5.0.3/Popup.php (original)
+++ vtigercrm/branches/5.0.3/Popup.php Thu Apr 5 08:42:30 2007
@@ -218,8 +218,8 @@
{
$smarty->assign("RECORDID",$_REQUEST['recordid']);
$url_string .='&recordid='.$_REQUEST['recordid'];
+ $where_relquery = getRelCheckquery($currentModule,$_REQUEST['return_module'],$_REQUEST['recordid']);
}
- $where_relquery = getRelCheckquery($currentModule,$_REQUEST['return_module'],$_REQUEST['recordid']);
if($where_relquery == '')
{
if(isset($_REQUEST['relmod_id']))
More information about the vtigercrm-commits
mailing list