|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
require_once($CFG->dirroot . '/backup/converter/convertlib.php');
|
|
|
4 |
|
|
|
5 |
class moodle1_export_converter extends base_converter {
|
|
|
6 |
public static function is_available() {
|
|
|
7 |
return false;
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
protected function execute() {
|
|
|
11 |
|
|
|
12 |
}
|
|
|
13 |
}
|