Skip to content

Commit 1f86910

Browse files
authored
Update upgrade.php
Fix trailing white space
1 parent f7b067d commit 1f86910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ function xmldb_zoom_upgrade($oldversion) {
10291029
$sql = "UPDATE {tool_customlang} tc
10301030
SET stringid = :newstringid
10311031
WHERE tc.stringid = :oldstringid
1032-
AND tc.componentid in (SELECT tcc.id
1032+
AND tc.componentid in (SELECT tcc.id
10331033
FROM {tool_customlang_components} tcc
10341034
WHERE tcc.name = :componentname)";
10351035

0 commit comments

Comments
 (0)