Accéder au contenu.
Menu Sympa

devel - [Devel] r119 - trunk

Objet : devel-adl

Archives de la liste

[Devel] r119 - trunk


Chronologique Discussions 
  • From: thomas AT lolut.utbm.info
  • To: devel AT agendadulibre.org
  • Subject: [Devel] r119 - trunk
  • Date: Fri, 23 Dec 2005 10:49:06 +0100 (CET)
  • List-archive: <http://lolut.utbm.info/pipermail/devel>
  • List-id: Developpement de l'Agenda du Libre <devel.agendadulibre.org>

Author: thomas
Date: 2005-12-23 10:49:05 +0100 (Fri, 23 Dec 2005)
New Revision: 119

Modified:
trunk/funcs.inc.php
Log:
Fix for the year calendar. Thanks to David Mentre.

Modified: trunk/funcs.inc.php
===================================================================
--- trunk/funcs.inc.php 2005-12-22 13:03:11 UTC (rev 118)
+++ trunk/funcs.inc.php 2005-12-23 09:49:05 UTC (rev 119)
@@ -348,7 +348,7 @@
* Display the calendar over 12 months starting from current one
*/
$num = 0;
- $month = date("n");
+ $month = 1; // start from January
while ($num < 12) {
// month header, with a link to the single month on a page
echo "<h3 class=\"calendar\">\n";





  • [Devel] r119 - trunk, thomas, 23/12/2005

Archives gérées par MHonArc 2.6.16.

Haut de le page