/[A3C]/lib/A3C/Action/StrixSQL.pm
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 /lib/A3C/Action/StrixSQL.pm

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

revision 161 by dpavlin, Sun Jun 15 16:11:17 2008 UTC revision 162 by dpavlin, Sun Jun 15 17:47:39 2008 UTC
# Line 65  sub take_action { Line 65  sub take_action {
65          my $sql = A3C::SQL->new({          my $sql = A3C::SQL->new({
66                  query => $self->argument_value('sql'),                  query => $self->argument_value('sql'),
67                  dbh => $dbh,                  dbh => $dbh,
68                    encoding => 'iso-8859-2',
69          });          });
70    
71          if ( $sql->count ) {          if ( $sql->count ) {

Legend:
Removed from v.161  
changed lines
  Added in v.162

  ViewVC Help
Powered by ViewVC 1.1.26