##// END OF EJS Templates
Merge changes from trunk....
Liwiusz Ociepa -
r1604:b87041786036
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