diff options
author | uckelman <uckelman@nomic.net> | 2010-04-30 16:47:06 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-30 16:47:06 +0000 |
commit | ee38615a2638bf5721517f88e54f2160e6a076a1 (patch) | |
tree | 463e204752da519b994045d1b8d8ad3c7a41c5ef /src | |
parent | 07ad87efa0f7f5ff0e503efb16c26314ffb1d31f (diff) |
Working to get tests to pass.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6784 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r-- | src/Bridge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bridge.php b/src/Bridge.php index 719e91c..edbb4ce 100644 --- a/src/Bridge.php +++ b/src/Bridge.php @@ -108,7 +108,7 @@ class Bridge { 'VALUES (' . $this->db->quote($messageId) . ', ' . $this->quote($inReplyTo) . - ')' + ')'; $count = $this->db->exec($sql); return $count == 1 ? $this->db->lastInsertId() : false; |