/[SQLSession]/trunk/share/web/templates/sql.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/share/web/templates/sql.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by dpavlin, Sun Dec 3 00:04:57 2006 UTC revision 12 by dpavlin, Sun Dec 3 00:12:25 2006 UTC
# Line 35  $sth = $result->content('sth') if $resul Line 35  $sth = $result->content('sth') if $resul
35  % while ( my @row = $sth->fetchrow_array() ) {  % while ( my @row = $sth->fetchrow_array() ) {
36  <tr>  <tr>
37  %       foreach my $v ( @row ) {  %       foreach my $v ( @row ) {
38  <td><% $v %></td>  <td><% defined($v) ? $v : 'NULL' %></td>
39  %       }  %       }
40  </tr>  </tr>
41  % }  % }

Legend:
Removed from v.10  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26