diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-06 05:50:16 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-06 05:50:16 +0000 |
| commit | 876b193180f72424be0adcf6d63064db4e3f6a8a (patch) | |
| tree | 25fba757c2e512cf162f5fb9bbfab0f2dcf23c4f /phpBB/viewtopic.php | |
| parent | 9f0b6766f9040d420cd9795520ed8b446612d987 (diff) | |
| download | forums-876b193180f72424be0adcf6d63064db4e3f6a8a.tar forums-876b193180f72424be0adcf6d63064db4e3f6a8a.tar.gz forums-876b193180f72424be0adcf6d63064db4e3f6a8a.tar.bz2 forums-876b193180f72424be0adcf6d63064db4e3f6a8a.tar.xz forums-876b193180f72424be0adcf6d63064db4e3f6a8a.zip | |
some whitespace changes and opening files in binary mode in functions_messenger
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8971 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
| -rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index a98a6176ad..b0b7b946be 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -181,7 +181,7 @@ $sql_array = array( 'FROM' => array(FORUMS_TABLE => 'f'), ); -// The FROM-Order is quite important here, else t.* columns can not be correctly bound. +// The FROM-Order is quite important here, else t.* columns can not be correctly bound. if ($post_id) { $sql_array['FROM'][POSTS_TABLE] = 'p'; |
