Patch #918
extra/svn/Redmine.pm
| Status: | Closed | Start: | 2008-03-24 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | SCM | |||
| Target version: | - | |||
Description
I have found next warning in Redmine.pm on my system:
before (line 190):
- Debian Etch
- Apache/2.2.3
- perl v5.8.8
DBI::db=HASH(0xeceb60)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /etc/apache2/Redmine.pm line 190.I'm add followind code:
$sth->finish();
before (line 190):
$dbh->disconnect();
Associated revisions
History
Updated by Jean-Philippe Lang 277 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r1335.