summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-20 20:41:29 +0000
committeruckelman <uckelman@nomic.net>2010-04-20 20:41:29 +0000
commitac26d6f2e39effcd35eafe1c502bcde172c8b31b (patch)
tree7c4e3b05ed4e8ab1d7483c9a48068ba4084114b1 /src
parent7bc43bb185c554fad9064a97a667ca4c25ac5457 (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.php3
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;