repo.or.cz
/
moodle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install...
[moodle.git]
/
mod
/
assignment
/
index.php
blob
9108cf69c0bd33bc9d07273e64b0715c3874be6f
1
<
?php
2
3
require_once
(
"../../config.php"
);
4
5
$id
=
required_param
(
'id'
,
PARAM_INT
);
6
7
// Rest in peace old assignment!
8
redirect
(
new
moodle_url
(
'/mod/assign/index.php'
,
array
(
'id'
=>
$id
)));