1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-26 04:55:12 +02:00

[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
);
}
}
?>