Rename left_header to navigation_header.
This commit is contained in:
@@ -23,6 +23,8 @@ $HeadURL$
|
||||
#1440544).
|
||||
* js/navigation.js: Fix setting of navigation width when using RTL lang
|
||||
(bug #1579750).
|
||||
* libraries/navigation_header.inc.php, libraries/left_header.inc.php,
|
||||
navigation.php: Rename left_header to navigation_header.
|
||||
|
||||
2006-10-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* export.php: export nothing if no tables are selected
|
||||
|
@@ -156,7 +156,7 @@ require_once './libraries/header_http.inc.php';
|
||||
|
||||
<body id="body_leftFrame" onload="PMA_setFrameSize();" onresize="PMA_saveFrameSize();">
|
||||
<?php
|
||||
require './libraries/left_header.inc.php';
|
||||
require './libraries/navigation_header.inc.php';
|
||||
if (! $GLOBALS['server']) {
|
||||
// no server selected
|
||||
PMA_exitNavigationFrame();
|
||||
|
Reference in New Issue
Block a user