##// END OF EJS Templates
Close statement handler in Redmine.pm (#1433)....
Jean-Philippe Lang -
r1525:622798a5edfb
parent child
Show More
@@ -235,6 +235,7 sub is_public_project {
235
235
236 $sth->execute($project_id);
236 $sth->execute($project_id);
237 my $ret = $sth->fetchrow_array ? 1 : 0;
237 my $ret = $sth->fetchrow_array ? 1 : 0;
238 $sth->finish();
238 $dbh->disconnect();
239 $dbh->disconnect();
239
240
240 $ret;
241 $ret;
General Comments 0
You need to be logged in to leave comments. Login now