[Vtigercrm-commits] [vtiger-commits] r7603 - /vtigercrm/trunk/data/CRMEntity.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 05:17:41 EDT 2006


Author: saraj
Date: Wed Jun 28 03:17:38 2006
New Revision: 7603

Log:
added the global var current_user - ahmed

Modified:
    vtigercrm/trunk/data/CRMEntity.php

Modified: vtigercrm/trunk/data/CRMEntity.php
==============================================================================
--- vtigercrm/trunk/data/CRMEntity.php (original)
+++ vtigercrm/trunk/data/CRMEntity.php Wed Jun 28 03:17:38 2006
@@ -542,7 +542,8 @@
   //code added by richie ends
   function insertIntoEntityTable($table_name, $module)
   {
-	  global $log;	
+	  global $log;
+  	  global $current_user;	  
 	   $log->info("function insertIntoCrmEntity ".$module.' vtiger_table name ' .$table_name);
 	  global $adb;
 	  $insertion_mode = $this->mode;





More information about the vtigercrm-commits mailing list