[Vtigercrm-commits] [vtiger-commits] r6342 - /vtigercrm/trunk/modules/CustomView/Delete.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 24 05:25:48 EDT 2006
Author: saraj
Date: Wed May 24 03:25:43 2006
New Revision: 6342
Log:
* modified for bug fixed
Modified:
vtigercrm/trunk/modules/CustomView/Delete.php
Modified: vtigercrm/trunk/modules/CustomView/Delete.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/Delete.php (original)
+++ vtigercrm/trunk/modules/CustomView/Delete.php Wed May 24 03:25:43 2006
@@ -21,7 +21,7 @@
{
$deletesql = "delete from customview where cvid =".$cvid;
$deleteresult = $adb->query($deletesql);
- $_SESSION["cv$module"] ='';
+ $_SESSION['lvs'][$module]["viewname"] = '';
}
if(isset($smodule) && $smodule != '')
{
More information about the vtigercrm-commits
mailing list