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:
5a06da3
)
NOBUG: Updated to have PR1 backups under control
author
Eloy Lafuente
<stronk7@moodle.org>
Tue, 4 May 2010 18:36:03 +0000
(18:36 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Tue, 4 May 2010 18:36:03 +0000
(18:36 +0000)
backup/backup.class.php
patch
|
blob
|
blame
|
history
diff --git
a/backup/backup.class.php
b/backup/backup.class.php
index
a427a76
..
7752072
100644
(file)
--- a/
backup/backup.class.php
+++ b/
backup/backup.class.php
@@
-91,8
+91,8
@@
abstract class backup implements checksumable {
const VAR_BASEPATH = -1011; // To reference the dir where the file is generated
// Version (to keep CFG->backup_version (and release) updated automatically)
- const VERSION = 20100
22
500;
- const RELEASE = '2.0
dev
';
+ const VERSION = 20100
50
500;
+ const RELEASE = '2.0
Preview 1
';
}
/*