Skip to content

Commit

Permalink
MDL-22145 backup - use more clear constant names
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 28, 2010
1 parent 1f8bacd commit 3930e8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backup/backup.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3930e8b

Please sign in to comment.