mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
(Bug tracker 4997) Clean up code comments.
This commit is contained in:
parent
1925b16db8
commit
64fdc686d8
@ -810,7 +810,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
|
||||
$mod = $mods[$modnumber];
|
||||
|
||||
if ($mod->visible or $isteacher) {
|
||||
echo '<li class="activity '.$mod->modname.'">'; //'<tr><td class="activity '.$mod->modname.'">';
|
||||
echo '<li class="activity '.$mod->modname.'">';
|
||||
if ($ismoving) {
|
||||
if ($mod->id == $USER->activitycopy) {
|
||||
continue;
|
||||
@ -893,7 +893,7 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false,
|
||||
}
|
||||
}
|
||||
if ($ismoving) {
|
||||
echo '<li><a title="'.$strmovefull.'"'. //'<tr><td><a title="'.$strmovefull.'"'.
|
||||
echo '<li><a title="'.$strmovefull.'"'.
|
||||
' href="'.$CFG->wwwroot.'/course/mod.php?movetosection='.$section->id.'&sesskey='.$USER->sesskey.'">'.
|
||||
'<img class="movetarget" src="'.$CFG->pixpath.'/movehere.gif" '.
|
||||
' alt="'.$strmovehere.'" /></a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user