]> git.joonet.de Git - adminer.git/commitdiff
Display schema in title
authorJakub Vrana <jakub@vrana.cz>
Tue, 2 Aug 2011 15:52:36 +0000 (17:52 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 3 Aug 2011 08:54:31 +0000 (10:54 +0200)
adminer/schema.inc.php

index 31e61372e63fd3d575200a835e9d1e1c37872da8..61e96faa67f5fdb905d898e7b8d6da866e7c9c36 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-page_header(lang('Database schema'), "", array(), DB);
+page_header(lang('Database schema'), "", array(), DB . ($_GET["ns"] ? ".$_GET[ns]" : ""));
 
 $table_pos = array();
 $table_pos_js = array();