From 7bf05b8781cfa317c1b9a4011ebb7aaf24f79737 Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Thu, 23 Feb 2012 18:30:03 +0100 Subject: [PATCH] Fix a bug where clicking to "Show all schemas" on schema privilege page leads back to the latest tab used in database level. --- privileges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privileges.php b/privileges.php index 451bb2dc..b552543a 100644 --- a/privileges.php +++ b/privileges.php @@ -236,7 +236,7 @@ $alltxt = $lang["strshowall{$_REQUEST['subject']}s"]; break; case 'schema': - $allurl = "database.php"; + $allurl = "schemas.php"; $alltxt = $lang["strshowallschemas"]; break; case 'database': -- 2.39.5