[Midnightbsd-cvs] mports [17304] trunk/Tools/magus/www/data/magus/index.cgi: oops field name is really name

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 15 08:22:26 EDT 2014


Revision: 17304
          http://svnweb.midnightbsd.org/mports/?rev=17304
Author:   laffer1
Date:     2014-09-15 08:22:25 -0400 (Mon, 15 Sep 2014)
Log Message:
-----------
oops field name is really name

Modified Paths:
--------------
    trunk/Tools/magus/www/data/magus/index.cgi

Modified: trunk/Tools/magus/www/data/magus/index.cgi
===================================================================
--- trunk/Tools/magus/www/data/magus/index.cgi	2014-09-15 12:17:52 UTC (rev 17303)
+++ trunk/Tools/magus/www/data/magus/index.cgi	2014-09-15 12:22:25 UTC (rev 17304)
@@ -411,7 +411,7 @@
   if ($status eq 'ready') {
     @ports = Magus::Port->search_ready_ports($run);
   } else {
-    @ports = Magus::Port->search(run => $run, status => $status, { order_by=> 'port'});
+    @ports = Magus::Port->search(run => $run, status => $status, { order_by=> 'name'});
   }
   
   my @results = map {{



More information about the Midnightbsd-cvs mailing list