diff --git a/checkin_notes b/checkin_notes index 3a6ae3f29b..034ab67503 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6758,3 +6758,11 @@ Rom 17 Aug 2008 clientscr/ screensaver_win.cpp + +Bruce 18 Aug 2008 + - User web pages, scheduler logs: link was missing because of incorrect path + + html/ + inc/ + host.inc + diff --git a/html/inc/host.inc b/html/inc/host.inc index b2bd921d4d..13b0c83b21 100644 --- a/html/inc/host.inc +++ b/html/inc/host.inc @@ -34,7 +34,7 @@ function sched_log_name($x) { } function sched_log_link($x) { - if (file_exists("../sched_logs")) { + if (file_exists("sched_logs")) { return "" . time_str($x) . ""; } else { return time_str($x);