Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f8bacd
)
MDL-22145 backup - use more clear constant names
author
Eloy Lafuente
<stronk7@moodle.org>
Wed, 28 Apr 2010 21:43:48 +0000
(21:43 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Wed, 28 Apr 2010 21:43:48 +0000
(21:43 +0000)
backup/backup.class.php
patch
|
blob
|
blame
|
history
diff --git
a/backup/backup.class.php
b/backup/backup.class.php
index
1cc1684
..
a427a76
100644
(file)
--- a/
backup/backup.class.php
+++ b/
backup/backup.class.php
@@
-34,9
+34,9
@@
abstract class backup implements checksumable {
// Backup type
- const TYPE_1ACTIVITY = '
1act
';
- const TYPE_1SECTION = '
1sec
';
- const TYPE_1COURSE = '
1cou
';
+ const TYPE_1ACTIVITY = '
activity
';
+ const TYPE_1SECTION = '
section
';
+ const TYPE_1COURSE = '
course
';
// Backup format
const FORMAT_MOODLE = 'moodle2';