Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16023)
+++ schedule/Module/calendar.php	(revision 16024)
@@ -35,11 +35,11 @@
 				{
 					$timestamp=strtotime($rowSched['fStart']);
-					if($SchedCnt==$counter) 
+					if($SchedCnt==$cntr) 
 					{
-						echo date("Ymd",$timestamp);?>{klass: "highlight", tooltip: "%Y/%m/%d (%A)<br />That was yesterday"}<?php 
+						echo date("Ymd",$timestamp);?>{klass: "highlight"}<?php 
 					} 
 					else
 					{
-						echo date("Ymd",$timestamp);?>{klass: "highlight", tooltip: "%Y/%m/%d (%A)<br />That was yesterday"},<?php 
+						echo date("Ymd",$timestamp);?>{klass: "highlight"},<?php 
 					}
 					cntr++;
