Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 18 | Revision 31 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 18 Revision 19
Zeile 77... Zeile 77...
77
				{
77
				{
78
					$cal.="<td>&nbsp;</td>";
78
					$cal.="<td>&nbsp;</td>";
79
				}
79
				}
80
				else
80
				else
81
				{
81
				{
82
					$cal.='<td>'."<a href='termine.php?mode=end&an_id=$an_id&f_id=$f_id&jahr=".$Month->thisYear()."&monat=".$Month->thisMonth()."&tag=".$Day->thisDay()."'>".$Day->thisDay()."</a></td>";
82
					$cal.='<td>'."<a href='termine.php?mode=end&amp;an_id=$an_id&amp;f_id=$f_id&amp;jahr=".$Month->thisYear()."&amp;monat=".$Month->thisMonth()."&amp;tag=".$Day->thisDay()."'>".$Day->thisDay()."</a></td>";
83
				}
83
				}
Zeile 84... Zeile 84...
84
 
84
 
85
				if ($Day->isLast()) 
85
				if ($Day->isLast()) 
86
				{
86
				{