petite fonction simplifiant l'écriture du squelette, mais pas tres
utile, surtout pour Cyrille
This commit is contained in:
parent
e39867d8ad
commit
04a065e093
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@
|
||||||
if (!defined('_ECRIRE_INC_VERSION')) {
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function gamumail_TabClient($objet, $id_objet, $champ){
|
||||||
|
return compact('objet', 'id_objet', 'champ');
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue