diff --git a/ChangeLog b/ChangeLog index f0b97cc5e..2a204c972 100755 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,7 @@ $Source$ - can pass all url variables as array to function * main.php, index.php: moved setting of cookies into index.php * libraries/select_lang.lib.php: made code more reliable + * index.php: wrong check for safari 2005-11-23 Sebastian Mendel * *REVERTED* libraries/display_select_lang.lib.php: correct lang definition diff --git a/index.php b/index.php index f40dd4057..8abffebb4 100644 --- a/index.php +++ b/index.php @@ -147,7 +147,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']); // definitions used in querywindow.js var common_query = ''; var opendb_url = ''; - var safari_browser = ; + var safari_browser = ; var querywindow_height = ; var querywindow_width = ; var collation_connection = '';