version 1.4, 2001/01/05 01:14:08
|
version 1.5, 2001/01/22 16:42:01
|
Line 96 sub start_hintpart {
|
Line 96 sub start_hintpart {
|
foreach $which (@Apache::hint::which) { if ($which eq $on) { $show = 1; last } } |
foreach $which (@Apache::hint::which) { if ($which eq $on) { $show = 1; last } } |
} |
} |
if (!$show) { |
if (!$show) { |
&Apache::lonxml::get_all_text("/problem",$$parser[$#$parser]); |
&Apache::lonxml::get_all_text("/hintpart",$$parser[$#$parser]); |
} |
} |
} else { |
} else { |
&Apache::lonxml::get_all_text("/problem",$$parser[$#$parser]); |
&Apache::lonxml::get_all_text("/hintpart",$$parser[$#$parser]); |
} |
} |
return ''; |
return ''; |
} |
} |