From 37a24d8acbcc4f121bd663891c9d8846a78337c4 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 2 Mar 2007 22:06:19 +0000 Subject: [PATCH] Fixed the bug when saving without answering mandatory questions git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2489 b72ed6b6-b9f8-46b5-92b4-906544132732 --- save.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/save.php b/save.php index 0ba7ff5e4f3..9684e714a83 100644 --- a/save.php +++ b/save.php @@ -108,7 +108,7 @@ { $_SESSION['srid'] = $tempID; } - } else {die ("A fatal error occured while trying to save the previous page: ".$subquery."
".$connect->ErrorMsg());} + } } }