projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9fc263
)
removing undefined variable
author
toyomoyo
<toyomoyo>
Tue, 13 Feb 2007 01:54:25 +0000
(
01:54
+0000)
committer
toyomoyo
<toyomoyo>
Tue, 13 Feb 2007 01:54:25 +0000
(
01:54
+0000)
admin/settings.php
patch
|
blob
|
history
diff --git
a/admin/settings.php
b/admin/settings.php
index 387685025d6171fa9e7f6b472cdcc5c6f9764963..0ee67a3cc1d4b047859ab92ea43747d597ceaeb7 100644
(file)
--- a/
admin/settings.php
+++ b/
admin/settings.php
@@
-175,7
+175,7
@@
if (!empty($SITE->fullname)) {
echo '</td>';
break;
case 'right':
- if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT)
|| $editing
) {
+ if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT)) {
echo '<td style="width: ' . $preferred_width_right . 'px;" id="right-column">';
if (!empty($THEME->roundcorners)) {
echo '<div class="bt"><div></div></div>';