removed mods directory from the ATutor codebase
[atutor.git] / mods / hello_world / module_cron.php
diff --git a/mods/hello_world/module_cron.php b/mods/hello_world/module_cron.php
deleted file mode 100644 (file)
index 6e14600..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php\r
-/*******\r
- * this function named [module_name]_cron is run by the global cron script at the module's specified\r
- * interval.\r
- */\r
-\r
-function hello_world_cron() {\r
-       global $db;\r
-\r
-       debug('yay i am running!');\r
-}\r
-\r
-?>
\ No newline at end of file