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
weekly release 3.7.1+
[moodle.git]
/
mod
/
assignment
/
view.php
blob
1e5a9177da1a9964a2d94d9e30838b9e0e08a566
1
<
?php
2
3
require_once
(
"../../config.php"
);
4
5
require_login
();
6
$PAGE
->
set_context
(
context_system
::
instance
());
7
8
print_error
(
'assignmentneedsupgrade'
,
'assignment'
,
''
);