Index: trunk/MagicSoft/Mars/datacenter/db/include.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/include.php	(revision 7873)
+++ trunk/MagicSoft/Mars/datacenter/db/include.php	(revision 7874)
@@ -423,11 +423,11 @@
                 $col = FindAlias($alias, $key);
 
-                $ord="%2B";
+                $ord="-";
                 $issort = "";
                 if (!empty($_GET["fSortBy"]) && substr($_GET["fSortBy"], 0, -1)==$col)
                 {
-                    if (substr($_GET["fSortBy"], -1)=="+")
+                    if (substr($_GET["fSortBy"], -1)=="-")
                     {
-                        $ord="-";
+                        $ord="+";
                         $issort="&nbsp;<IMG SRC='down.gif'>";
                     }
