From b89f48d06d8e955fb79c43517118a55b700e9fce Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 18 Oct 2010 12:40:37 +0200 Subject: [PATCH] Fix parse error. --- wicked/scripts/convert_to_utf8.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wicked/scripts/convert_to_utf8.php b/wicked/scripts/convert_to_utf8.php index d1201e655..c4cc698fb 100755 --- a/wicked/scripts/convert_to_utf8.php +++ b/wicked/scripts/convert_to_utf8.php @@ -89,7 +89,7 @@ $rows = $db->selectAll( $updateSql = 'UPDATE ' . $conf['storage']['params']['table'] . ' SET page_name = ?, page_text = ?, change_log = ?' - . ' WHERE page_id = ?'); + . ' WHERE page_id = ?'; echo 'Converting pages'; foreach ($rows as $row) { $values = Horde_String::convertCharset( -- 2.11.0