projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5f579
)
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, 8 Jun 2008 07:35:47 +0000
(09:35 +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 39bace3f0ec99210183219e1d3d5c0c86f5c6814..d39356a3bde197d09a427d24f18e663cf493b1c6 100644
(file)
--- a/
phpfspot.class.php
+++ b/
phpfspot.class.php
@@
-2748,7
+2748,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;
}