Skip to content

Commit

Permalink
Tune Fix for #834: stay on oldgid if no group move is possible
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2860 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed May 7, 2007
1 parent e82cdb9 commit d3aaa66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ function get_max_question_order($gid)
}

$databaseoutput .= "<script type=\"text/javascript\">\n<!--\n alert(\"$errormsg\")\n //-->\n</script>\n";
$gid= $oldgid; // group move impossible ==> keep display on oldgid
}
}
else
Expand Down

0 comments on commit d3aaa66

Please sign in to comment.