Changeset 16237 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16236 r16237  
    8282                                                while($rowSched1=mysql_fetch_array($sqlSched1))
    8383                                                {
    84                                                         $timestamp1=strtotime(<?php echo $rowSched1['fStart']; ?>);
     84                                               
     85                                                 $timestamp1=strtotime( echo $rowSched1['fStart']; );
    8586                                                ?>
    8687                                                        if(Year+""+Day+""+Month==<?php echo date('Ydm',$timestamp1); ?>)
     
    113114                                                        while($rowSched2=mysql_fetch_array($sqlSched2))
    114115                                                        {
    115                                                                 $timestamp2=strtotime(<?php echo $rowSched2['fStart']; ?>);
    116                                                         ?>
     116                                                       
     117                                                                $timestamp2=strtotime(echo $rowSched2['fStart'];);
     118                                                         ?>
    117119                                                                if(year+"-"+day+"-"+month==<?php echo date('Y-d-m',$timestamp2); ?>)
    118120                                                                {
Note: See TracChangeset for help on using the changeset viewer.