version 1.58, 2003/07/25 01:18:04
|
version 1.60, 2003/08/12 20:12:05
|
Line 553 $content{'sendername'}.'@'.
|
Line 553 $content{'sendername'}.'@'.
|
} |
} |
# Check to see if there were any messages. |
# Check to see if there were any messages. |
if ($result eq '') { |
if ($result eq '') { |
$result = "<h2>You have no critical messages.</h2>"; |
$result = "<h2>You have no critical messages.</h2>". |
|
'<a href="/adm/roles">Select a course</a>'; |
} else { |
} else { |
$r->print($header); |
$r->print($header); |
} |
} |
Line 1059 BEGIN {
|
Line 1060 BEGIN {
|
|
|
=back |
=back |
|
|
=end |
=cut |
|
|
|
1; |
|
|
1; |
|
__END__ |
__END__ |
|
|
|
|