MDL-37742 simplify dirty one-space oracle hack

This commit is contained in:
Petr Škoda
2013-03-24 13:43:18 +01:00
parent 373a8e052c
commit 77a5c09354
15 changed files with 165 additions and 121 deletions
+2 -2
View File
@@ -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,