From 60ab384d310b982cf60d7c56fb271224b905d662 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 18 Sep 2007 12:10:53 +0000 Subject: [PATCH] patch goes to 2.11.1 instead of 2.11.2 --- ChangeLog | 2 +- libraries/Config.class.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5cac82797..724dcea6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,6 @@ $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ 2.11.2.0 (not yet released) -- patch #1787915 Avoid CSS reloading on every click, thanks to Juergen Wind - patch #1791576 HTTP auth: support REDIRECT_REMOTE_USER, thanks to Allard 2.11.1.0 (not yet released) @@ -25,6 +24,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #1791568 [core] Undefined cfg, thanks to Christian Schmidt - bug #1782332 [structure] New table form does not overtake data - bug #1793763 [requirements] minimum PHP should be 4.2.0 +- patch #1787915 Avoid CSS reloading on every click, thanks to Juergen Wind 2.11.0.0 (2007-08-21) diff --git a/libraries/Config.class.php b/libraries/Config.class.php index ddaff47be..8047565a1 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -538,7 +538,8 @@ class PMA_Config } /** - * returns time of last config change. + * returns a unique value to force a CSS reload if either the config + * or the theme changes * @return int Unix timestamp */ function getMtime()