Changeset 16238


Ignore:
Timestamp:
05/25/13 01:37:14 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16237 r16238  
    8383                                                {
    8484                                               
    85                                                  $timestamp1=strtotime( echo $rowSched1['fStart']; );
     85                                                 $timestamp1=strtotime($rowSched1['fStart']);
    8686                                                ?>
    8787                                                        if(Year+""+Day+""+Month==<?php echo date('Ydm',$timestamp1); ?>)
     
    115115                                                        {
    116116                                                       
    117                                                                 $timestamp2=strtotime(echo $rowSched2['fStart'];);
     117                                                                $timestamp2=strtotime($rowSched2['fStart']);
    118118                                                         ?>
    119119                                                                if(year+"-"+day+"-"+month==<?php echo date('Y-d-m',$timestamp2); ?>)
Note: See TracChangeset for help on using the changeset viewer.