Changeset - 43bb2a40a6b0
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-03-22 20:11:26
ohnobinki@ohnopublishing.net
Minor documentation typoes.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
school.d/ccbcmd.crawl.inc
Show inline comments
 
@@ -13,26 +13,26 @@
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
 * GNU Affero General Public License for more details.
 
 *
 
 * You should have received a copy of the GNU Affero General Public License
 
 * along with slate_permutate.  If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/**
 
 * \brief
 
 *   Crawl CCBCMD's registration stuffage.
 
 *
 
 * \param $semester
 
 *   The Semester object which I should populate.
 
 * \param $semesters
 
 *   The array of Semester objects which I should populate.
 
 * \param $school_crawl_log
 
 *   The school_crawl_log handle.
 
 * \return
 
 *   1 on failure, 0 on success.
 
 */
 
function ccbcmd_crawl(array &$semesters, &$school_crawl_log)
 
{
 
  $cookies = array();
 

	
 
  /*
 
   * It seems that http://ccbcmd.edu/schedule/sched.html is what we're
 
   * meant to start from. That's just a redirect to some other page
0 comments (0 inline, 0 general)