Changeset 16024 for schedule/Module


Ignore:
Timestamp:
05/22/13 17:21:13 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16023 r16024  
    3535                                {
    3636                                        $timestamp=strtotime($rowSched['fStart']);
    37                                         if($SchedCnt==$counter)
     37                                        if($SchedCnt==$cntr)
    3838                                        {
    39                                                 echo date("Ymd",$timestamp);?>{klass: "highlight", tooltip: "%Y/%m/%d (%A)<br />That was yesterday"}<?php
     39                                                echo date("Ymd",$timestamp);?>{klass: "highlight"}<?php
    4040                                        }
    4141                                        else
    4242                                        {
    43                                                 echo date("Ymd",$timestamp);?>{klass: "highlight", tooltip: "%Y/%m/%d (%A)<br />That was yesterday"},<?php
     43                                                echo date("Ymd",$timestamp);?>{klass: "highlight"},<?php
    4444                                        }
    4545                                        cntr++;
Note: See TracChangeset for help on using the changeset viewer.