mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-33172: Fixed whitespace
This commit is contained in:
parent
3447100cdb
commit
6347a6216d
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ class file_storage {
|
|||
LEFT JOIN {files_reference} r
|
||||
ON f.referencefileid = r.id
|
||||
WHERE ".$DB->sql_compare_text('r.reference').' = '.$DB->sql_compare_text('?')."
|
||||
AND (f.component <> ? OR f.filearea <> ?)";
|
||||
AND (f.component <> ? OR f.filearea <> ?)";
|
||||
|
||||
$rs = $DB->get_recordset_sql($sql, array($reference, 'user', 'draft'));
|
||||
$files = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue