Add 'else' to make addmsg messages show after a redirect

This commit is contained in:
Paul van Schayck
2005-01-05 05:30:23 +00:00
committed by WineHQ
parent e2f97c8692
commit c28339d683

View File

@@ -88,6 +88,7 @@ if(isset($_REQUEST['submit']))
redirect(apidb_fullurl("appview.php?appId={$_REQUEST['appId']}")); redirect(apidb_fullurl("appview.php?appId={$_REQUEST['appId']}"));
} }
else
// Show the form for editing the Application Family // Show the form for editing the Application Family
{ {
$family = new TableVE("edit"); $family = new TableVE("edit");