[feature/postgresql-fulltext-search] Remove closing php tag

PHPBB3-9730
This commit is contained in:
Oleg Pudeyev 2010-04-29 15:14:12 -04:00 committed by Dhruv Goel
parent 07e946c189
commit b1378f20af

View file

@ -926,5 +926,3 @@ class fulltext_postgres extends search_backend
);
}
}
?>