We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be2b8c commit ef61c37Copy full SHA for ef61c37
locallib.php
@@ -178,11 +178,11 @@ function tool_crawler_sql_oversize_filter($tablealias = null) {
178
$tbl = '';
179
}
180
181
- $where = "( ${tbl}filesize > ?
182
- OR ( ${tbl}filesize IS NULL
183
- AND ${tbl}lastcrawled IS NOT NULL
+ $where = "( {$tbl}filesize > ?
+ OR ( {$tbl}filesize IS NULL
+ AND {$tbl}lastcrawled IS NOT NULL
184
)
185
- OR ${tbl}filesizestatus = ?
+ OR {$tbl}filesizestatus = ?
186
)";
187
188
$bigfilesize = get_config('tool_crawler', 'bigfilesize');
0 commit comments