diff --git a/CHANGES b/CHANGES index 4710d33..931ccd8 100644 --- a/CHANGES +++ b/CHANGES @@ -18,3 +18,6 @@ 17.05.2008, Version 0.8.11_beta - Added a link to use Online-Bookmarks as a real Firefox Sidebar. Many thanks to Adam Patterson. - You can find the link "Change Password" under "Settings" from now on. +- Added completelly new search lib. Many thanks to John-Paul Durrieu as well for other + hints and suggestions. + diff --git a/export.php b/export.php index 8236ec3..fd74989 100644 --- a/export.php +++ b/export.php @@ -124,6 +124,7 @@ if (!isset ($_POST['browser']) || $_POST['browser'] == "" || diff --git a/shared.php b/shared.php index a3c1079..619653c 100644 --- a/shared.php +++ b/shared.php @@ -40,7 +40,6 @@ else {
  • Export
  • View as Sidebar
  • Settings
  • -
  • Change Password
  • Logout
  • Login
  • @@ -114,7 +113,7 @@ if (isset ($_GET['user']) && check_username ($user)) { '; + echo '
    ' . "\n"; $query = "SELECT user, SUM(bookmarks) AS bookmarks, SUM(folders) AS folders FROM ( SELECT user, 1 AS bookmarks, 0 AS folders FROM bookmark WHERE public='1' AND deleted!='1' UNION ALL @@ -130,7 +129,7 @@ else { else { message ($mysql->error); } - echo "
    "; + echo "
    "; } ?> @@ -139,12 +138,7 @@ else {
    - - - - - -