diff options
author | uckelman <uckelman@nomic.net> | 2010-04-20 20:52:50 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-20 20:52:50 +0000 |
commit | 70e48a92377bac8e55ac74aae83f1484d9b80519 (patch) | |
tree | 3d79eed9b690ac9d2b045409de31beb8c6f5c451 /src | |
parent | ac26d6f2e39effcd35eafe1c502bcde172c8b31b (diff) |
Fixed typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6724 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r-- | src/PhpBB3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PhpBB3.php b/src/PhpBB3.php index 17ff81c..4160e2c 100644 --- a/src/PhpBB3.php +++ b/src/PhpBB3.php @@ -126,7 +126,7 @@ class PhpBB3 { global $db; $sql = 'SELECT physical_filename, real_filename, mimetype ' . - 'FROM ' . ATTACHMENTS_TABLE . + 'FROM ' . ATTACHMENTS_TABLE . ' ' . 'WHERE attach_id = ' . $attachId; $row = $this->get_exactly_one_row($sql); |