From 4f003c4f14e1fff7df54f1a49490a25ea4378ec4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Jan 2005 21:03:13 +0000 Subject: [PATCH] Qual: Uniformisation du code des modules. --- htdocs/includes/modules/modClickToDial.class.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/modules/modClickToDial.class.php b/htdocs/includes/modules/modClickToDial.class.php index fcad4837820..d3ca4668eec 100644 --- a/htdocs/includes/modules/modClickToDial.class.php +++ b/htdocs/includes/modules/modClickToDial.class.php @@ -1,5 +1,6 @@ + * Copyright (C) 2005 Laurent Destailleur * * 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 @@ -20,18 +21,18 @@ * */ -/*! \defgroup telephonie Module Click to Dial +/** \defgroup telephonie Module Click to Dial \brief Module pour gérer l'appel automatique */ -/*! +/** \file htdocs/includes/modules/modClickToDial.class.php \ingroup telephonie */ include_once "DolibarrModules.class.php"; -/*! +/** \class modClickToDial \brief Classe de description et activation du module de Click to Dial */ @@ -84,6 +85,8 @@ class modClickToDial extends DolibarrModules { global $conf; + $sql = array(); + return $this->_init($sql); }