We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b067d commit 1f86910Copy full SHA for 1f86910
1 file changed
db/upgrade.php
@@ -1029,7 +1029,7 @@ function xmldb_zoom_upgrade($oldversion) {
1029
$sql = "UPDATE {tool_customlang} tc
1030
SET stringid = :newstringid
1031
WHERE tc.stringid = :oldstringid
1032
- AND tc.componentid in (SELECT tcc.id
+ AND tc.componentid in (SELECT tcc.id
1033
FROM {tool_customlang_components} tcc
1034
WHERE tcc.name = :componentname)";
1035
0 commit comments