Add socid parameter
This commit is contained in:
parent
00189f17dc
commit
a9b5a00cb0
@ -237,7 +237,8 @@ if ($_GET["action"] == 'create')
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Insert hooks
|
// Insert hooks
|
||||||
$parameters=array();
|
$parameters=array('socid'=>$socid);
|
||||||
|
$object=new Propal($db);
|
||||||
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
|
$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
|
||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user