user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1 '')' at line 1
query: SELECT count(node.nid) FROM node node LEFT JOIN station_program station_program ON node.vid = station_program.vid LEFT JOIN station_schedule station_schedule ON node.nid = station_schedule.nid WHERE (node.type IN ('station_program')) AND (node.status = '1') AND (.is_scheduled 1 '') in /home/mrlowe/wfhb.org/includes/database.mysql.inc on line 174.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1 '') ORDER BY node_title ASC LIMIT 0, 50' at line 1
query: SELECT node.nid, node.title AS node_title, node.changed AS node_changed, station_program.genre AS station_program_genre, station_schedule.times AS station_schedule_times FROM node node LEFT JOIN station_program station_program ON node.vid = station_program.vid LEFT JOIN station_schedule station_schedule ON node.nid = station_schedule.nid WHERE (node.type IN ('station_program')) AND (node.status = '1') AND (.is_scheduled 1 '') ORDER BY node_title ASC LIMIT 0, 50 in /home/mrlowe/wfhb.org/includes/database.mysql.inc on line 174.