From 779466e85f1edfd6f0efb6f4b4fec1a099f841f7 Mon Sep 17 00:00:00 2001 From: shish Date: Wed, 8 Aug 2007 06:25:35 +0000 Subject: [PATCH] fix for multi-tag search git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@455 7f39781d-f577-437e-ae19-be835c7a54ca --- core/util.inc.php | 6 +++--- install.php | 29 ++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/core/util.inc.php b/core/util.inc.php index 21c3816e..b0343650 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -398,9 +398,9 @@ function _get_query_parts() { $n++; } */ - $path = str_replace('/', ' ', $path); - $path = str_replace(' ', '/', $path); - $parts = split(' ', $path); + $path = str_replace('/', '%%', $path); + $path = str_replace('%%%%', '/', $path); + $parts = split('%%', $path); return $parts; } diff --git a/install.php b/install.php index 0804b3c5..e4cbe703 100644 --- a/install.php +++ b/install.php @@ -77,7 +77,34 @@ function begin() { print << Shimmie2 Installer - +

Shimmie Installer