From c28339d6833f894cdffca79a66d7cadb0d02513d Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Wed, 5 Jan 2005 05:30:23 +0000 Subject: [PATCH] Add 'else' to make addmsg messages show after a redirect --- admin/editAppFamily.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/editAppFamily.php b/admin/editAppFamily.php index d87f97a..4403d14 100644 --- a/admin/editAppFamily.php +++ b/admin/editAppFamily.php @@ -88,6 +88,7 @@ if(isset($_REQUEST['submit'])) redirect(apidb_fullurl("appview.php?appId={$_REQUEST['appId']}")); } +else // Show the form for editing the Application Family { $family = new TableVE("edit");