Changeset - 3ce8efebc9bc
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-04-09 16:31:29
ohnobinki@ohnopublishing.net
Fix type call to nonexistent function to school_crawl_log() instead of school_crawl_logf().
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
school.d/calvin.crawl.inc
Show inline comments
 
@@ -348,7 +348,7 @@ function calvin_crawl(array &$semesters,
 
		  $sec_meetings_info = $more_details_child->wholeText;
 
		  break;
 
		}
 
	      school_crawl_log($school_crawl_log, 8, "Result of fetching additional meeting information on next line(s):\n%s",
 
	      school_crawl_logf($school_crawl_log, 9, "Result of fetching additional meeting information on next line(s):\n%s",
 
			       $sec_meetings_info);
 
	    }
 

	
0 comments (0 inline, 0 general)