Changeset 16237 for schedule/Module/calendar.php
- Timestamp:
- 05/25/13 01:35:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16236 r16237 82 82 while($rowSched1=mysql_fetch_array($sqlSched1)) 83 83 { 84 $timestamp1=strtotime(<?php echo $rowSched1['fStart']; ?>); 84 85 $timestamp1=strtotime( echo $rowSched1['fStart']; ); 85 86 ?> 86 87 if(Year+""+Day+""+Month==<?php echo date('Ydm',$timestamp1); ?>) … … 113 114 while($rowSched2=mysql_fetch_array($sqlSched2)) 114 115 { 115 $timestamp2=strtotime(<?php echo $rowSched2['fStart']; ?>); 116 ?> 116 117 $timestamp2=strtotime(echo $rowSched2['fStart'];); 118 ?> 117 119 if(year+"-"+day+"-"+month==<?php echo date('Y-d-m',$timestamp2); ?>) 118 120 {
Note:
See TracChangeset
for help on using the changeset viewer.