diff options
author | Liwiusz Ociepa <liwiusz.ociepa@softwarelab.eu> | 2008-07-04 13:25:32 +0000 |
---|---|---|
committer | Liwiusz Ociepa <liwiusz.ociepa@softwarelab.eu> | 2008-07-04 13:25:32 +0000 |
commit | b870417860361dc5ad8a9258cccf56a40f7902fc (patch) | |
tree | 6996b9acada27ceaeb82f43b5f9ac45e92f397e2 | |
parent | 25a7838e0a97a69eae04e2dc5178d9881a2b7e98 (diff) | |
download | redmine-b870417860361dc5ad8a9258cccf56a40f7902fc.tar.gz redmine-b870417860361dc5ad8a9258cccf56a40f7902fc.zip |
Merge changes from trunk.
git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1618 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | extra/svn/Redmine.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/svn/Redmine.pm b/extra/svn/Redmine.pm index e046b949a..09a85fb09 100644 --- a/extra/svn/Redmine.pm +++ b/extra/svn/Redmine.pm @@ -235,6 +235,7 @@ sub is_public_project { $sth->execute($project_id); my $ret = $sth->fetchrow_array ? 1 : 0; + $sth->finish(); $dbh->disconnect(); $ret; |