Patch #1433 ยป statement_handler_finish.diff
extra/svn/Redmine.pm (working copy) | ||
---|---|---|
235 | 235 | |
236 | 236 |
$sth->execute($project_id); |
237 | 237 |
my $ret = $sth->fetchrow_array ? 1 : 0; |
238 |
$sth->finish(); |
|
238 | 239 |
$dbh->disconnect(); |
239 | 240 | |
240 | 241 |
$ret; |