From 1d5bb2325558997a895d67b3484ace45241c2eea Mon Sep 17 00:00:00 2001 From: uckelman Date: Fri, 30 Apr 2010 16:52:19 +0000 Subject: Typo. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6785 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/Bridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Bridge.php b/src/Bridge.php index edbb4ce..ae3f867 100644 --- a/src/Bridge.php +++ b/src/Bridge.php @@ -93,7 +93,7 @@ class Bridge { $sql = 'UPDATE posts SET ' . 'message_id = ' . $this->db->quote($messageId) . ', ' . - 'in_reply_to = ' . $this->quote($inReplyTo) . ') ' . + 'in_reply_to = ' . $this->quote($inReplyTo) . ' ' . 'WHERE edit_id = ' . $editId; $count = $this->db->exec($sql); -- cgit v1.2.3