Skip to content

Commit

Permalink
Fixed the bug when saving without answering mandatory questions
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2489 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Mar 2, 2007
1 parent e550b11 commit 37a24d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save.php
Expand Up @@ -108,7 +108,7 @@
{
$_SESSION['srid'] = $tempID;
}
} else {die ("A fatal error occured while trying to save the previous page: ".$subquery."<br />".$connect->ErrorMsg());}
}
}
}

Expand Down

0 comments on commit 37a24d8

Please sign in to comment.