Project

General

Profile

Patch #1433 ยป statement_handler_finish.diff

Patch to Redmine.pm that closes the statement handler - Mat Schaffer, 2008-06-12 16:34

View differences:

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;
    (1-1/1)