[Vtigercrm-commits] [vtiger-commits] r5498 - /vtigercrm/trunk/include/utils/GetParentGroups.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 11:09:52 EDT 2006
Author: saraj
Date: Thu Apr 27 09:09:47 2006
New Revision: 5498
Log:
log entries have been inserted in all functions
Modified:
vtigercrm/trunk/include/utils/GetParentGroups.php
Modified: vtigercrm/trunk/include/utils/GetParentGroups.php
==============================================================================
--- vtigercrm/trunk/include/utils/GetParentGroups.php (original)
+++ vtigercrm/trunk/include/utils/GetParentGroups.php Thu Apr 27 09:09:47 2006
@@ -20,7 +20,8 @@
*/
function getAllParentGroups($groupId)
{
- global $adb;
+ global $adb,$log;
+ $log->debug("Entering getAllParentGroups(".$groupid.") method...");
$query="select groupid from group2grouprel where containsgroupid=".$groupId;
$adb->query($query);
$result=$adb->query($query);
@@ -37,7 +38,7 @@
}
}
}
-
+ $log->debug("Exiting getAllParentGroups method...");
}
}
More information about the vtigercrm-commits
mailing list