19,7 → 19,7 |
// | License along with this library; if not, write to the Free Software | |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
// +------------------------------------------------------------------------------------------------------+ |
// CVS : $Id: bazar.fonct.cal.php,v 1.24 2007-09-18 07:36:32 alexandre_tb Exp $ |
// CVS : $Id: bazar.fonct.cal.php,v 1.24.2.1 2007-11-20 10:26:38 alexandre_tb Exp $ |
/** |
* |
* Fonctions calendrier du module bazar |
29,7 → 29,7 |
*@author David Delon <david.delon@clapas.net> |
//Autres auteurs : |
*@copyright Tela-Botanica 2000-2004 |
*@version $Revision: 1.24 $ $Date: 2007-09-18 07:36:32 $ |
*@version $Revision: 1.24.2.1 $ $Date: 2007-11-20 10:26:38 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
71,7 → 71,11 |
// recuperation des arguments de l applette |
$balise = isset ($arguments[0]) ? $arguments[0] : ''; |
$tab_arguments = $arguments; |
if (is_string ($tab_arguments)) { |
$tab_arguments = substr($tab_arguments, 1); |
} else { |
unset($tab_arguments[0]); |
} |
if (is_array($tab_arguments)) { |
foreach($tab_arguments as $argument) { |
if ($argument != '') { |