Add assign_to_ticket hook management

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@75 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
wawax
2009-04-19 19:40:56 +00:00
parent 5d9a90f281
commit c3604701c1
2 changed files with 14 additions and 1 deletions

View File

@ -741,5 +741,14 @@ function plugin_example_uninstall(){
return true;
}
function plugin_example_AssignToTicket($types)
{
$types[PLUGIN_EXAMPLE_TYPE] = "Example";
return $types;
}
function plugin_example_AssignToTicketList()
{
}
?>