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); }