diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -918,6 +918,7 @@ class Schedule . '

' . PHP_EOL . ' Created ' . gmdate('c', $this->created) . '.' . PHP_EOL . '

' . PHP_EOL; + echo '

Please note that a saved schedule may have fallen out of sync with the course schedule as published by your registrar. To ensure that you are using up-to-date information, recreate your schedule.

' . PHP_EOL; $outputPage->foot(); }