Qual: Uniformisation du code des modules.

This commit is contained in:
Laurent Destailleur 2005-01-14 21:03:13 +00:00
parent 3cd7a2e949
commit 4f003c4f14

View File

@ -1,5 +1,6 @@
<?php <?php
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -20,18 +21,18 @@
* *
*/ */
/*! \defgroup telephonie Module Click to Dial /** \defgroup telephonie Module Click to Dial
\brief Module pour gérer l'appel automatique \brief Module pour gérer l'appel automatique
*/ */
/*! /**
\file htdocs/includes/modules/modClickToDial.class.php \file htdocs/includes/modules/modClickToDial.class.php
\ingroup telephonie \ingroup telephonie
*/ */
include_once "DolibarrModules.class.php"; include_once "DolibarrModules.class.php";
/*! /**
\class modClickToDial \class modClickToDial
\brief Classe de description et activation du module de Click to Dial \brief Classe de description et activation du module de Click to Dial
*/ */
@ -84,6 +85,8 @@ class modClickToDial extends DolibarrModules
{ {
global $conf; global $conf;
$sql = array();
return $this->_init($sql); return $this->_init($sql);
} }