removed mods directory from the ATutor codebase
[atutor.git] / mods / social / module_backup.php
diff --git a/mods/social/module_backup.php b/mods/social/module_backup.php
deleted file mode 100644 (file)
index 6d64f20..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php\r
-/****************************************************************/\r
-/* ATutor                                                                                                              */\r
-/****************************************************************/\r
-/* Copyright (c) 2002-2009                                                                             */\r
-/* Adaptive Technology Resource Centre / University of Toronto  */\r
-/* http://atutor.ca                                                                                            */\r
-/*                                                              */\r
-/* This program is free software. You can redistribute it and/or*/\r
-/* modify it under the terms of the GNU General Public License  */\r
-/* as published by the Free Software Foundation.                               */\r
-/****************************************************************/\r
-// $Id$\r
-\r
-/* each table to be backed up. includes the sql entry and fields */\r
-/*
- * TODO: decide how to back up all the social data
- *\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
-?>