X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.class.php;h=d39356a3bde197d09a427d24f18e663cf493b1c6;hp=39bace3f0ec99210183219e1d3d5c0c86f5c6814;hb=528046b591693d8bfa7fd2c042edb7800a191099;hpb=ae5f579916f6395a466e9e134eafd7d3da66fae9;ds=sidebyside diff --git a/phpfspot.class.php b/phpfspot.class.php index 39bace3..d39356a 100644 --- 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 DESC"; + return " ORDER BY p.rating DESC, t.name ASC"; break; }