diff options
author | uckelman <uckelman@nomic.net> | 2010-04-20 20:41:29 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-20 20:41:29 +0000 |
commit | ac26d6f2e39effcd35eafe1c502bcde172c8b31b (patch) | |
tree | 7c4e3b05ed4e8ab1d7483c9a48068ba4084114b1 /src | |
parent | 7bc43bb185c554fad9064a97a667ca4c25ac5457 (diff) |
Don't need comment to be returned.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6723 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r-- | src/PhpBB3.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PhpBB3.php b/src/PhpBB3.php index f5f0df9..17ff81c 100644 --- a/src/PhpBB3.php +++ b/src/PhpBB3.php @@ -125,8 +125,7 @@ class PhpBB3 { global $db; - $sql = 'SELECT physical_filename, real_filename, ' . - 'attach_comment, mimetype, filesize ' . + $sql = 'SELECT physical_filename, real_filename, mimetype ' . 'FROM ' . ATTACHMENTS_TABLE . 'WHERE attach_id = ' . $attachId; |