[Vtigercrm-commits] [vtiger-commits] r5892 - /vtigercrm/trunk/modules/Leads/Lead.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 12 01:18:41 EDT 2006
Author: saraj
Date: Thu May 11 23:18:37 2006
New Revision: 5892
Log:
Added global in line 268 - ahmed
Modified:
vtigercrm/trunk/modules/Leads/Lead.php
Modified: vtigercrm/trunk/modules/Leads/Lead.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/Lead.php (original)
+++ vtigercrm/trunk/modules/Leads/Lead.php Thu May 11 23:18:37 2006
@@ -264,7 +264,7 @@
*/
function get_emails($id)
{
-
+ global $log;
$log->debug("Entering get_emails(".$id.") method ...");
global $mod_strings;
require_once('include/RelatedListView.php');
More information about the vtigercrm-commits
mailing list