chiark / gitweb /
wip
[nj-awaymsg.git] / mason / main
index 11dba6bc637c571f84d0f7b54e070f0b96fe02c5..43ef45a058a29088207fe6563fb2064bdf0e0774 100755 (executable)
@@ -12,8 +12,8 @@ my ($sth,$row,$sthi,$rowi);
 <%perl>
 $sth = $dbh->prepare(<<END);
     SELECT *
-     FROM        addresses
-       LEFT JOIN config    USING (emailaddr)
+     FROM        config
+       LEFT JOIN addresses USING (emailaddr)
        LEFT JOIN texts     USING (textid)
      ORDER BY emailaddr
 END