chiark / gitweb /
wip
[nj-awaymsg.git] / mason / main
index a9a881719d368e8c7d2b4f0e9546b6fd1719515d..03a01d90615c7725fa88fc775010585e3b905aa6 100755 (executable)
@@ -40,7 +40,7 @@ $sth->execute();
 <hr>
 <h2>Outbound messages</h2>
 <%perl>
-$sth = $dbh->prepare("SELECT * FROM texts ORDER BY desc");
+$sth = $dbh->prepare("SELECT * FROM texts ORDER BY textid");
 $sthi = $dbh->prepare(<<END);
     SELECT * FROM addresses
      WHERE textid = ?