Skip to content

Commit

Permalink
Whoops typo - left in some old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Sep 22, 2002
1 parent 03af47e commit a2b71b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mod/journal/view.php
Expand Up @@ -36,8 +36,6 @@
"$navigation <A HREF=index.php?id=$course->id>$strjournals</A> -> $journal->name", "", "", true,
update_module_icon($cm->id, $course->id));

if (isteacher($course->id)) {
}
if (isteacher($course->id)) {
if ($allentries = get_records("journal_entries", "journal", $journal->id)) {
$entrycount = count($allentries);
Expand All @@ -47,8 +45,6 @@
echo "<P align=right><A HREF=\"report.php?id=$cm->id\">".get_string("viewallentries","journal", $entrycount)."</A></P>";
}

print_simple_box( text_to_html($choice->text) , "center");

echo "<CENTER>\n";

print_simple_box( text_to_html($journal->intro) , "center");
Expand Down

0 comments on commit a2b71b6

Please sign in to comment.