MDL-15431 User icon and Guest icon mixed up on compressed Course list; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-10-06 22:29:36 +00:00
parent 779ad29f99
commit d7531392f7

@ -419,7 +419,7 @@
if (!empty($acourse->guest)) {
echo '<a href="view.php?id='.$acourse->id.'"><img title="'.
$strallowguests.'" class="icon" src="'.
$CFG->pixpath.'/i/user.gif" alt="'.$strallowguests.'" /></a>';
$CFG->pixpath.'/i/guest.gif" alt="'.$strallowguests.'" /></a>';
}
if (!empty($acourse->password)) {
echo '<a href="view.php?id='.$acourse->id.'"><img title="'.