bug 819036

This commit is contained in:
Marc Delisle
2003-10-10 14:45:38 +00:00
parent 73c261386a
commit d2fa765855
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-10-10 Marc Delisle <lem9@users.sourceforge.net>
* footer.inc.php3: bug 819036, undefined function PMA_setHistory()
2003-10-10 Michal Cihar <nijel@users.sourceforge.net> 2003-10-10 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932). * libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
* left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717). * left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).

View File

@@ -5,6 +5,8 @@
// In this file you may add PHP or HTML statements that will be used to define // In this file you may add PHP or HTML statements that will be used to define
// the footer for phpMyAdmin pages. // the footer for phpMyAdmin pages.
require('./libraries/relation.lib.php3'); // for PMA_setHistory()
/** /**
* Query window * Query window
*/ */