Working around that PHP bug - thanks for the confirmation Henrik!

This commit is contained in:
moodler
2004-02-14 08:17:01 +00:00
parent b7e16e6acb
commit e1aaf05de9
+3 -1
View File
@@ -45,7 +45,9 @@
echo "<center>\n";
if (!empty(trim($journal->intro))) {
$journal->intro = trim($journal->intro);
if (!empty($journal->intro)) {
print_simple_box( format_text($journal->intro, $journal->introformat) , "center");
}