bug #1523784, blank page after Edit in IE6 via IIS
This commit is contained in:
@@ -9,6 +9,8 @@ $Source$
|
|||||||
2006-07-26 Marc Delisle <lem9@users.sourceforge.net>
|
2006-07-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* server_privileges.php: bug #1526557, display error when admin
|
* server_privileges.php: bug #1526557, display error when admin
|
||||||
lacks some privileges and tries to do a privilege change
|
lacks some privileges and tries to do a privilege change
|
||||||
|
* libraries/common.lib.php: bug #1523784, blank page after Edit
|
||||||
|
in IE6 via IIS
|
||||||
|
|
||||||
2006-07-22 Marc Delisle <lem9@users.sourceforge.net>
|
2006-07-22 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/display_import.lib.php: the Character set of the file
|
* libraries/display_import.lib.php: the Character set of the file
|
||||||
|
@@ -1100,11 +1100,13 @@ if (!defined('PMA_MINIMUM_COMMON')) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
session_write_close();
|
session_write_close();
|
||||||
if (PMA_IS_IIS) {
|
// bug #1523784: IE6 does not like 'Refresh: 0', it
|
||||||
header('Refresh: 0; ' . $uri);
|
// results in a blank page
|
||||||
} else {
|
//if (PMA_IS_IIS) {
|
||||||
|
// header('Refresh: 0; ' . $uri);
|
||||||
|
//} else {
|
||||||
header('Location: ' . $uri);
|
header('Location: ' . $uri);
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user