Add socid parameter

This commit is contained in:
Laurent Destailleur 2011-10-20 13:16:33 +02:00
parent 00189f17dc
commit a9b5a00cb0

View File

@ -237,7 +237,8 @@ if ($_GET["action"] == 'create')
}
// 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
print "</table>";