projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3917de
)
issue124, also if rate-sort is set to DESC, 2nd-sort by photo-name should be ASC
author
Andreas Unterkircher
<unki@netshadow.at>
Sun, 8 Jun 2008 07:35:47 +0000
(09:35 +0200)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sun, 17 Aug 2008 12:52:38 +0000
(14:52 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index ee521c61a7c8f3c55b6d21212f1cf44e6fa9156e..d7a76c3a50d9cfd80830dda1553a87f6007d9b52 100644
(file)
--- a/
phpfspot.class.php
+++ b/
phpfspot.class.php
@@
-2749,7
+2749,7
@@
class PHPFSPOT {
return " ORDER BY p.rating ASC, t.name ASC";
break;
case 'rate_desc':
- return " ORDER BY p.rating DESC, t.name
DE
SC";
+ return " ORDER BY p.rating DESC, t.name
A
SC";
break;
}