diff --git a/inc/school.crawl.webadvisor.inc b/inc/school.crawl.webadvisor.inc --- a/inc/school.crawl.webadvisor.inc +++ b/inc/school.crawl.webadvisor.inc @@ -615,7 +615,7 @@ function school_crawl_webadvisor_semeste } } - if (!preg_match(';Page ([0-9]+) of ([0-9]+)\$;m', $html, $pages)) + if (!preg_match(';Page ([0-9]+) of ([0-9]+)\\;', $html, $pages)) { school_crawl_logf($school_crawl_log, 0, 'Unable to determine the number of pages in this resultset'); break;