Skip to content
Snippets Groups Projects
Commit c35263e2 authored by Prasad's avatar Prasad
Browse files

Fixed undefined variable init before use

parent 7c46e78b
No related branches found
No related tags found
No related merge requests found
......@@ -869,6 +869,7 @@ $log->debug("Entering getProfileGlobalPermission(".$profileid.") method ...");
$result = $adb->pquery($sql, array($profileid));
$num_rows = $adb->num_rows($result);
$copy = array();
for($i=0; $i<$num_rows; $i++)
{
$act_id = $adb->query_result($result,$i,"globalactionid");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment