[Vtigercrm-commits] [vtiger-commits] r10051 - /vtigercrm/branches/5.0.3/modules/Potentials/EditView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Jan 13 03:38:04 EST 2007


Author: richie
Date: Sat Jan 13 01:38:00 2007
New Revision: 10051

Log:
Duplicating string added

Modified:
    vtigercrm/branches/5.0.3/modules/Potentials/EditView.php

Modified: vtigercrm/branches/5.0.3/modules/Potentials/EditView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Potentials/EditView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Potentials/EditView.php Sat Jan 13 01:38:00 2007
@@ -130,6 +130,9 @@
  $smarty->assign("VALIDATION_DATA_FIELDDATATYPE",$data['datatype']);
  $smarty->assign("VALIDATION_DATA_FIELDLABEL",$data['fieldlabel']);
 
+//fix for potential duplicate header
+$smarty->assign("DUPLICATE", $_REQUEST['isDuplicate']);
+
 $check_button = Button_Check($module);
 $smarty->assign("CHECK", $check_button);
 





More information about the vtigercrm-commits mailing list