diff options
author | uckelman <uckelman@nomic.net> | 2010-04-20 21:34:55 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-20 21:34:55 +0000 |
commit | 4286e46d678bdd687aeb0c17ea7093fcdcc4b24f (patch) | |
tree | 793815589658c35359c93bb729ce42861243fd10 /src/PhpBB3.php | |
parent | 70e48a92377bac8e55ac74aae83f1484d9b80519 (diff) |
Added attach_comment back.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6725 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src/PhpBB3.php')
-rw-r--r-- | src/PhpBB3.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PhpBB3.php b/src/PhpBB3.php index 4160e2c..d8b77b9 100644 --- a/src/PhpBB3.php +++ b/src/PhpBB3.php @@ -125,7 +125,8 @@ class PhpBB3 { global $db; - $sql = 'SELECT physical_filename, real_filename, mimetype ' . + $sql = 'SELECT physical_filename, real_filename, ' . + 'attach_comment, mimetype ' . 'FROM ' . ATTACHMENTS_TABLE . ' ' . 'WHERE attach_id = ' . $attachId; |