projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940a7c7
)
Fix parse error.
author
Jan Schneider
<jan@horde.org>
Mon, 18 Oct 2010 10:40:37 +0000
(12:40 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 18 Oct 2010 10:40:37 +0000
(12:40 +0200)
wicked/scripts/convert_to_utf8.php
patch
|
blob
|
history
diff --git
a/wicked/scripts/convert_to_utf8.php
b/wicked/scripts/convert_to_utf8.php
index
d1201e6
..
c4cc698
100755
(executable)
--- 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(