chiark / gitweb /
wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 30 Aug 2012 01:40:37 +0000 (02:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 30 Aug 2012 01:40:37 +0000 (02:40 +0100)
mason/main

index b70a3de9e395e86c22e5ea54411cff70dbedd72a..11dba6bc637c571f84d0f7b54e070f0b96fe02c5 100755 (executable)
@@ -61,12 +61,12 @@ $sth->execute();
 <form action="edit" method="get">
 <h3>Message "<% $row->{'desc'} |h %>"</h3>
 
-<& txtable, tx => $row &>
-%#    $sthi->execute($row->{'textid'});
-% #   while (my $rowi= $sthi->fetchrow_hashref()) {
-%#<tr><td>Used for:</td><td><% $rowi->{'emailaddr'} |h %></td></tr>
-%#    }
-%#</&>
+<&| txtable, tx => $row &>
+%    $sthi->execute($row->{'textid'});
+%    while (my $rowi= $sthi->fetchrow_hashref()) {
+<tr><td>Used for:</td><td><% $rowi->{'emailaddr'} |h %></td></tr>
+%    }
+</&>
 <pre>
 <% $row->{'text'} |h %>
 </pre>