[fix] Changing folder order from folder search page now works!

This commit is contained in:
Solomon Peachy 2008-11-14 22:33:50 -05:00
parent 76c1821086
commit 4cb2282474
2 changed files with 4 additions and 1 deletions

View File

@ -47,6 +47,7 @@ For further information about Photo Organizer, see its web site at:
[misc] Vastly speed up searching for "multi-word matches"
[fix] Fix """"excessive"""" quotation in tag searches.
[add] Generate additional preview-size images (350,700,1050)
[fix] Changing folder order from folder search page now works.
2.36.1 (September 27, 2008)

View File

@ -2999,7 +2999,9 @@ function generate_link($type, $arg0='', $args = array(), $raw = FALSE) {
$delim = '&';
$first = $pretty_urls;
if (strchr($url, '?'))
$first = FALSE;
foreach ($args as $key => $value) {
if (!$raw) {
$value = urlencode($value);