fixed syntax errors

This commit is contained in:
skodak 2008-05-12 20:18:42 +00:00
parent 98d80d851b
commit 86255e006b

View file

@ -9,9 +9,9 @@
<?php <?php
if (!empty($USER->id)) { if (!empty($USER->id)) {
if ($CFG->defaulthtmleditor == 'tinymce') { if ($CFG->defaulthtmleditor == 'tinymce') {
echo = 'skin : "o2k7",'; echo 'skin : "o2k7",';
} else { } else {
echo = 'skin : "default",'; echo 'skin : "default",';
} }
} }
?> ?>