fixed bug 3532 - canceling of activity movement thanks to jcodina; merged from MOODLE_15_STABLE

This commit is contained in:
skodak 2005-11-05 22:06:27 +00:00
parent 89fe478d88
commit 00b61a661a

View File

@ -51,7 +51,7 @@ class block_social_activities extends block_list {
if ($ismoving) {
$this->content->icons[] = '&nbsp;<img align="bottom" src="'.$CFG->pixpath.'/t/move.gif" height="11" width="11" alt=\"\" />';
$this->content->items[] = $USER->activitycopyname.'&nbsp;(<a href="'.$CFG->wwwroot.'/course/mod.php?cancelcopy=true">'.$strcancel.'</a>)';
$this->content->items[] = $USER->activitycopyname.'&nbsp;(<a href="'.$CFG->wwwroot.'/course/mod.php?cancelcopy=true&amp;sesskey='.$USER->sesskey.'">'.$strcancel.'</a>)';
}
if (!empty($section->sequence)) {