Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
98cef39d
Commit
98cef39d
authored
May 01, 2012
by
Eloy Lafuente
Browse files
MDL-32709 book: Add some missing MOODLE_INTERNALs
parent
3542c4f4
Changes
4
Hide whitespace changes
Inline
Side-by-side
mod/book/backup/moodle2/restore_book_stepslib.php
View file @
98cef39d
...
...
@@ -23,6 +23,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
;
/**
* Structure step to restore one book activity
*/
...
...
mod/book/tool/exportimscp/db/access.php
View file @
98cef39d
...
...
@@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
;
$capabilities
=
array
(
'booktool/exportimscp:export'
=>
array
(
'captype'
=>
'read'
,
...
...
mod/book/tool/importhtml/db/access.php
View file @
98cef39d
...
...
@@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
;
$capabilities
=
array
(
'booktool/importhtml:import'
=>
array
(
'riskbitmask'
=>
RISK_XSS
,
...
...
mod/book/tool/print/db/access.php
View file @
98cef39d
...
...
@@ -22,6 +22,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
;
$capabilities
=
array
(
'booktool/print:print'
=>
array
(
'captype'
=>
'read'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment