From a8266f995aee0cf7c39c27d9d73b267e56049374 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Aug 2012 02:30:25 +0100 Subject: [PATCH] wip --- mason/main | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/mason/main b/mason/main index 07a5efe..b70a3de 100755 --- a/mason/main +++ b/mason/main @@ -60,22 +60,17 @@ $sth->execute(); % while (my $row= $sth->fetchrow_hashref()) {

Message "<% $row->{'desc'} |h %>"

- - - -% $sthi->execute($row->{'textid'}); -% while (my $rowi= $sthi->fetchrow_hashref()) { - -% } - - -
Short name:<% $row->{'desc'} |h %>
Expires:<% - expirestime2show(expires2timet($row->{'expires'})) - |h %>
Used for:<% $rowi->{'emailaddr'} |h %>
Subject:<% $row->{'subject'} |h %>
-

+ +<& txtable, tx => $row &> +%# $sthi->execute($row->{'textid'}); +% # while (my $rowi= $sthi->fetchrow_hashref()) { +%#Used for:<% $rowi->{'emailaddr'} |h %> +%# } +%#

 <% $row->{'text'} |h %>
 
+ % } -- 2.30.2