Update zapier_hook.lib.php

This commit is contained in:
UT from dolibit 2022-08-26 12:10:00 +02:00 committed by GitHub
parent e5937ef742
commit 41ccd512a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
<?php
/* Copyright (C) ---Put here your own copyright and developer email---
*
* This program is free software: you can redistribute it and/or modify
@ -16,9 +17,9 @@
*/
/**
* \file htdocs/modulebuilder/template/lib/mymodule_myobject.lib.php
* \ingroup mymodule
* \brief Library files with common functions for MyObject
* \file htdocs/zapier/lib/zapier_hook.lib.php
* \ingroup zapier
* \brief Library files with common functions for Zapier
*/
/**
@ -27,6 +28,7 @@
* @param MyObject $object MyObject
* @return array Array of tabs
*/
function myobjectPrepareHead($object)
{
global $db, $langs, $conf;