From 4286e46d678bdd687aeb0c17ea7093fcdcc4b24f Mon Sep 17 00:00:00 2001 From: uckelman Date: Tue, 20 Apr 2010 21:34:55 +0000 Subject: Added attach_comment back. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6725 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/PhpBB3.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/PhpBB3.php') 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; -- cgit v1.2.3