Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10551/phpicalendar/functions
Modified Files:
template.php
Log Message:
Bug fixes for previous patch of draw_week and draw_day.
Index: template.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** template.php 4 May 2005 05:36:31 -0000 1.66
--- template.php 5 May 2005 00:36:53 -0000 1.67
***************
*** 376,386 ****
}
} else {
! break;
}
}
}else{
! if (isset($master_array[$thisday][$cal_time]) && sizeof($master_array[$thisday][$cal_time]) > 0) {
! $this_time_arr = $master_array[$thisday][$cal_time];
! }
}
--- 376,386 ----
}
} else {
! #break;
}
}
}else{
! if (isset($master_array[$thisday][$cal_time]) && sizeof($master_array[$thisday][$cal_time]) > 0) {
! $this_time_arr = $master_array[$thisday][$cal_time];
! }
}
***************
*** 582,586 ****
}
} else {
! break;
}
}
--- 582,586 ----
}
} else {
! #break;
}
}
|