removed mods directory from the ATutor codebase
[atutor.git] / mods / hello_world / module_backup.php
diff --git a/mods/hello_world/module_backup.php b/mods/hello_world/module_backup.php
deleted file mode 100644 (file)
index 7a65f7a..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php\r
-/* each table to be backed up. includes the sql entry and fields */\r
-\r
-$dirs = array();\r
-$dirs['hello_world/'] = AT_CONTENT_DIR . 'hello_world' . DIRECTORY_SEPARATOR;\r
-\r
-$sql = array();\r
-$sql['hello_world']  = 'SELECT value FROM '.TABLE_PREFIX.'hello_world WHERE course_id=?';\r
-\r
-function hello_world_convert($row, $course_id, $table_id_map, $version) {\r
-       $new_row = array();\r
-       $new_row[0]  = $course_id;\r
-       $new_row[1]  = $row[0];\r
-\r
-       return $new_row;\r
-}\r
-\r
-?>
\ No newline at end of file