From: chriskl Date: Sun, 30 May 2004 10:31:39 +0000 (+0000) Subject: oops, i hadn't quite fixed the failure of the view wizard to reload the browser after... X-Git-Tag: REL_3-4-1~21 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bbfc5ce05ef19edd68d78d42d5df42d892b17ea4;p=phppgadmin.git oops, i hadn't quite fixed the failure of the view wizard to reload the browser after creation --- diff --git a/views.php b/views.php index 260b1d34..673f0f59 100644 --- a/views.php +++ b/views.php @@ -3,7 +3,7 @@ /** * Manage views in a database * - * $Id: views.php,v 1.38 2004/05/30 04:22:51 chriskl Exp $ + * $Id: views.php,v 1.39 2004/05/30 10:31:39 chriskl Exp $ */ // Include application functions @@ -375,7 +375,7 @@ * Actually creates the new wizard view in the database */ function doSaveCreateWiz() { - global $data, $lang; + global $data, $lang, $_reload_browser; // Check that they've given a name and fields they want to select