- Timestamp:
- 11/18/08 00:19:43 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/MENTA/trunk/plugins/sql.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/MENTA/trunk/plugins/sql.pl
r23776 r23992 40 40 my $dbh = sql_dbh(); 41 41 my $sth = $dbh->prepare($sql) or die $dbh->errstr; 42 $sth->execute(@params) ;42 $sth->execute(@params) or die $dbh->errstr; 43 43 my @res; 44 44 while (my $row = $sth->fetchrow_hashref) {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)