diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2010-04-29 15:14:12 -0400 |
|---|---|---|
| committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-07-05 21:09:54 +0530 |
| commit | b1378f20af2b584fd282d9ecb4007e976ac74dc2 (patch) | |
| tree | cdc90f0b625f8449845e16cee75f963941b382dc /phpBB/includes | |
| parent | 07e946c1893751e9a9ede5297ed85df0f43cad1c (diff) | |
| download | forums-b1378f20af2b584fd282d9ecb4007e976ac74dc2.tar forums-b1378f20af2b584fd282d9ecb4007e976ac74dc2.tar.gz forums-b1378f20af2b584fd282d9ecb4007e976ac74dc2.tar.bz2 forums-b1378f20af2b584fd282d9ecb4007e976ac74dc2.tar.xz forums-b1378f20af2b584fd282d9ecb4007e976ac74dc2.zip | |
[feature/postgresql-fulltext-search] Remove closing php tag
PHPBB3-9730
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/search/fulltext_postgres.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php index 64ff923692..843ebe69b2 100644 --- a/phpBB/includes/search/fulltext_postgres.php +++ b/phpBB/includes/search/fulltext_postgres.php @@ -926,5 +926,3 @@ class fulltext_postgres extends search_backend ); } } - -?> |
