Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 289 → Rev 290

/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.22 2007-07-05 10:40:25 alexandre_tb Exp $
// CVS : $Id: bazar.fonct.cal.php,v 1.23 2007-09-06 12:49:51 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.22 $ $Date: 2007-07-05 10:40:25 $
*@version $Revision: 1.23 $ $Date: 2007-09-06 12:49:51 $
// +------------------------------------------------------------------------------------------------------+
*/
 
67,7 → 67,7
// $type : calendrier
// $type : calendrier_appplette
function GestionAffichageCalendrier($arguments = array(), $type = 'calendrier') {
$script = '';
// recuperation des arguments de l applette
$balise = isset ($arguments[0]) ? $arguments[0] : '';
$tab_arguments = $arguments;
214,7 → 214,7
// Vue Mois calendrier ou vue applette
if ((!isset($_GET['id_fiche']) && $type == 'calendrier') || ($type == 'calendrier_applette')){
trigger_error('ICI', E_USER_NOTICE);
// trigger_error('ICI', E_USER_NOTICE);
// Recherche evenement de la periode selectionnée
$ts_jour_fin_mois = $month->nextMonth('timestamp');
$ts_jour_debut_mois = $month->thisMonth('timestamp');;