Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 335 → Rev 336

/trunk/bibliotheque/bazar.fonct.cal.php
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.25 2007-11-20 10:27:28 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.25 $ $Date: 2007-11-20 10:27:28 $
// +------------------------------------------------------------------------------------------------------+
*/
 
71,7 → 71,11
// recuperation des arguments de l applette
$balise = isset ($arguments[0]) ? $arguments[0] : '';
$tab_arguments = $arguments;
unset($tab_arguments[0]);
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 != '') {