Its a Bug or not?
When I have custom time slot today slot are always occupied.
I changed this line to fix it:
07/03/2013
/httpdocs/components/com_osservicesbooking/helpers/calendar.php
Line 673: change var $inctime to $start_time_int
in this code
Code:
//today
//if($inctime <= $realtime){
if($start_time_int <= $realtime){
$bgcolor = "gray";
$nolink = true;
}