Skip to content

Commit

Permalink
fixed my own stupid single/double quote mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav_delius committed Jan 22, 2005
1 parent 773919b commit 446d876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/loglive.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$strupdatesevery = get_string("updatesevery", "moodle", COURSE_LIVELOG_REFRESH);

print_header("$strlivelogs ($strupdatesevery)", "$strlivelogs", "", "",
'<meta http-equiv="Refresh" content="'.COURSE_LIVELOG_REFRESH.'; url=loglive.php?id=$id" />');
'<meta http-equiv="Refresh" content="'.COURSE_LIVELOG_REFRESH.'; url=loglive.php?id='.$id.'" />');

$user=0;
$date=time() - 3600;
Expand Down

0 comments on commit 446d876

Please sign in to comment.