]> git.mjollnir.org Git - moodle.git/commitdiff
Initial version. Do nothing. Just exist !!
authorstronk7 <stronk7>
Thu, 1 May 2003 00:48:58 +0000 (00:48 +0000)
committerstronk7 <stronk7>
Thu, 1 May 2003 00:48:58 +0000 (00:48 +0000)
backup/mod/assignment/backuplib.php [new file with mode: 0644]
backup/mod/choice/backuplib.php [new file with mode: 0644]
backup/mod/forum/backuplib.php [new file with mode: 0644]

diff --git a/backup/mod/assignment/backuplib.php b/backup/mod/assignment/backuplib.php
new file mode 100644 (file)
index 0000000..7ff77d5
--- /dev/null
@@ -0,0 +1,8 @@
+<?PHP //$Id$
+    //This php script contains all the stuff to backup/restore
+    //assignment mods
+
+    function assignment_backup_mods() {
+        print "hola";
+    }
+?>
diff --git a/backup/mod/choice/backuplib.php b/backup/mod/choice/backuplib.php
new file mode 100644 (file)
index 0000000..7afe8da
--- /dev/null
@@ -0,0 +1,8 @@
+<?PHP //$Id$
+    //This php script contains all the stuff to backup/restore
+    //choice mods
+
+    function choice_backup_mods() {
+        print "hola";
+    }
+?>
diff --git a/backup/mod/forum/backuplib.php b/backup/mod/forum/backuplib.php
new file mode 100644 (file)
index 0000000..bc4c2b8
--- /dev/null
@@ -0,0 +1,8 @@
+<?PHP //$Id$
+    //This php script contains all the stuff to backup/restore
+    //forum mods
+
+    function forum_backup_mods() {
+        print "hola";
+    }
+?>