Changeset - db87e93dfaa3
[Not reviewed]
Merge default
0 1 0
ethanzonca - 15 years ago 2010-09-25 01:35:59

merge
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
process.php
Show inline comments
 
@@ -61,13 +61,12 @@ if(isset($_GET['debug']))
 
	$DEBUG = $_GET['debug'];
 

	
 
if(!$DEBUG){
 

	
 
	if(isset($_GET['savedkey'])){
 
		$savedSched = unserialize($_SESSION['saved'][$_GET['savedkey']]);
 
                $savedSched->findPossibilities();
 
		$savedSched->writeoutTables();
 
	}
 
	else if(isset($_GET['delsaved'])){
 
		$_SESSION['saved'][$_GET['delsaved']] = '';
 
		$_SESSION['saved'] = array_filter($_SESSION['saved']); // Remove null entries
 
              header( 'Location: input.php' ) ;
0 comments (0 inline, 0 general)