[Vtigercrm-commits] [vtiger-commits] r7200 - /vtigercrm/branches/4.2.4.1/include/utils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 16 17:18:41 EDT 2006


Author: allanbush
Date: Fri Jun 16 15:18:36 2006
New Revision: 7200

Log:
Fixes quote display problem.  Closes #1281.

Modified:
    vtigercrm/branches/4.2.4.1/include/utils.php

Modified: vtigercrm/branches/4.2.4.1/include/utils.php
==============================================================================
--- vtigercrm/branches/4.2.4.1/include/utils.php (original)
+++ vtigercrm/branches/4.2.4.1/include/utils.php Fri Jun 16 15:18:36 2006
@@ -2304,6 +2304,7 @@
 {
 global $vtlog;
 $vtlog->logthis("in getPotentialName ".$potential_id,'info');  
+	if(!$potential_id) return '';
 	global $adb;
 	$sql = "select potentialname from potential where potentialid=".$potential_id;
         $result = $adb->query($sql);





More information about the vtigercrm-commits mailing list