summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/Orderer.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/sbin/Orderer.pl b/lib/sbin/Orderer.pl
index 08a1dc9c..b684ed33 100644
--- a/lib/sbin/Orderer.pl
+++ b/lib/sbin/Orderer.pl
@@ -8,7 +8,6 @@
# @enddesc
#@@*/
-
#/*@@
# @routine TestOrderList
# @date Sun Feb 21 08:22:42 1999
@@ -154,6 +153,11 @@ sub OrderList
# Finally, sort the strings.
@thing_list = &SortThings("ALLBEFORE", "ALLAFTER", scalar(@things), @things, %database);
+# foreach $thing (@thing_list)
+# {
+# print "thing is $thing\n";
+# }
+
return @thing_list;
}