ca285b58880be695761b5ca5a3b592febfc9fc8d
[atutor.git] / docs / mods / _core / file_manager / module_delete.php
1 <?php\r
2 \r
3 function file_manager_delete($course) {\r
4         $path = AT_CONTENT_DIR . $course . '/';\r
5         clr_dir($path);\r
6 \r
7 }\r
8 \r
9 ?>