Gitlab CSE Unil
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
M. Chardon
moodle-assignfeedback_editpdfplus
Commits
d096c51c
Commit
d096c51c
authored
May 29, 2017
by
M. Chardon
Browse files
modif affichage bouton : utilisation boostrap et fa
parent
564261ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/install.php
View file @
d096c51c
...
...
@@ -19,7 +19,7 @@
* Install code for the feedback_editpdfplus module.
*
* @package assignfeedback_editpdfplus
* @copyright 201
3 Jerome Mouneyrac
* @copyright 201
7 Université de Lausanne
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined
(
'MOODLE_INTERNAL'
)
||
die
();
...
...
@@ -31,7 +31,7 @@ function xmldb_assignfeedback_editpdfplus_install() {
global
$CFG
,
$DB
;
// List of default stamps.
$defaultstamps
=
array
(
/* 'smile.png', 'sad.png', 'tick.png', 'cross.png',
*/
'twoway_h.png'
,
'twoway_v.png'
);
$defaultstamps
=
array
(
/* 'smile.png', 'sad.png', 'tick.png', 'cross.png', 'twoway_h.png', 'twoway_v.png'
*/
);
// Stamp file object.
$filerecord
=
new
stdClass
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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