From 30233c0dd3e3332ac09170de89942081519c2591 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 3 Mar 2005 21:04:45 +0000 Subject: [PATCH] wrong icon --- ChangeLog | 1 + header.inc.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f5b2d2b6b..b854148d2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2005-03-03 Alexander M. Turek * libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting with "str"). + * header.inc.php: Wrong icon for views. 2005-03-02 Michal Čihař * libraries/export/sql.php, libraries/display_export.lib.php: Do not offer diff --git a/header.inc.php b/header.inc.php index fe75cf84e..638ed1f49 100644 --- a/header.inc.php +++ b/header.inc.php @@ -202,7 +202,7 @@ if (empty($GLOBALS['is_header_sent'])) { . '' . ($GLOBALS['tbl_is_view'] ? $GLOBALS['strView'] : $GLOBALS['strTable']) . ': ' . ''; if ($GLOBALS['cfg']['MainPageIconic']) { - echo '' . htmlspecialchars($GLOBALS['table']) . ''; + echo '' . htmlspecialchars($GLOBALS['table']) . ''; } echo htmlspecialchars($GLOBALS['table']) . '' . "\n" . '' . "\n\n";