Changeset - 5b2bfd745006
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-01-31 18:58:23
ohnobinki@ohnopublishing.net
Add missing hardcoded ``Art & Design'' Cedarville course category.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
school.d/cedarville.inc
Show inline comments
 
@@ -101,7 +101,7 @@ function cedarville_crawl($semester, $ve
 
  $year = $semester->year_get();
 

	
 
  /* Current academic departments. Update as needed. */
 
  $departments = array('be','ba','ca','ed','eg','es','hg','id','ll','ms','mu','ns','ph','py','sm','sw');
 
  $departments = array('ad', 'be','ba','ca','ed','eg','es','hg','id','ll','ms','mu','ns','ph','py','sm','sw');
 
  $basepath = "http://cedarville.edu/courses/schedule/";
 

	
 
  echo "cedarville_crawl(): Beginning crawl of Cedarville:\n";
0 comments (0 inline, 0 general)