Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 35 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 35 Revision 36
Zeile 76... Zeile 76...
76
			{
76
			{
77
				$cal.="<td>&nbsp;</td>";
77
				$cal.="<td>&nbsp;</td>";
78
			}
78
			}
79
			else
79
			else
80
			{
80
			{
81
				$x_date=sprintf("%02d",$Day->thisDay()).".".sprintf("%02d", $m).".$y";
81
				$x_date=sprintf("%02d",$Day->thisDay()).".".sprintf("%02d", $Day->thisMonth()).".".$Day->thisYear();
82
				if($x_date == $t_date)
82
				if($x_date == $t_date)
83
				{
83
				{
84
					$cal.="<td class='cal-today' width='14%' valign='top'>";
84
					$cal.="<td class='cal-today' width='14%' valign='top'>";
85
				}
85
				}
86
				else
86
				else