Display schema in title

This commit is contained in:
Jakub Vrana 2011-08-02 17:52:36 +02:00
parent 3efcd4d5b7
commit c99c11648d

View file

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