Changeset 16024 for schedule/Module
- Timestamp:
- 05/22/13 17:21:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16023 r16024 35 35 { 36 36 $timestamp=strtotime($rowSched['fStart']); 37 if($SchedCnt==$c ounter)37 if($SchedCnt==$cntr) 38 38 { 39 echo date("Ymd",$timestamp);?>{klass: "highlight" , tooltip: "%Y/%m/%d (%A)<br />That was yesterday"}<?php39 echo date("Ymd",$timestamp);?>{klass: "highlight"}<?php 40 40 } 41 41 else 42 42 { 43 echo date("Ymd",$timestamp);?>{klass: "highlight" , tooltip: "%Y/%m/%d (%A)<br />That was yesterday"},<?php43 echo date("Ymd",$timestamp);?>{klass: "highlight"},<?php 44 44 } 45 45 cntr++;
Note:
See TracChangeset
for help on using the changeset viewer.