Changeset - 4226832334b0
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-02-05 21:30:37
ohnobinki@ohnopublishing.net
Remove accidentally added error_log() calls.
1 file changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
process.php
Show inline comments
 
@@ -139,10 +139,9 @@ if(!$DEBUG)
 
				foreach($class as $section)
 
				  /* Skip the section name, which isn't a section */
 
					if(is_array($section))
 
					  {error_log(print_r($section['days'], TRUE));
 
					  $allClasses->addSection($class['name'], $section['letter'], $section['start'], $section['end'], arrayToDays($section['days'], 'alpha'), $section['synonym'], $section['professor'], $section['location'], $section['type']);
 
					  error_log(arrayToDays($section['days'], 'alpha'));
 
					}
 
					  {
 
					    $allClasses->addSection($class['name'], $section['letter'], $section['start'], $section['end'], arrayToDays($section['days'], 'alpha'), $section['synonym'], $section['professor'], $section['location'], $section['type']);
 
					  }
 
			}
 
		}
 
		$allClasses->findPossibilities();
0 comments (0 inline, 0 general)