MDL-37742 simplify dirty one-space oracle hack
This commit is contained in:
+2
-2
@@ -587,8 +587,8 @@ class block_manager {
|
||||
'pagetype' => $this->page->pagetype,
|
||||
);
|
||||
if ($this->page->subpage === '') {
|
||||
$params['subpage1'] = $DB->sql_empty();
|
||||
$params['subpage2'] = $DB->sql_empty();
|
||||
$params['subpage1'] = '';
|
||||
$params['subpage2'] = '';
|
||||
}
|
||||
$sql = "SELECT
|
||||
bi.id,
|
||||
|
||||
Reference in New Issue
Block a user