]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed some file paths
authormoodler <moodler>
Mon, 28 Aug 2006 06:57:40 +0000 (06:57 +0000)
committermoodler <moodler>
Mon, 28 Aug 2006 06:57:40 +0000 (06:57 +0000)
lib/ajax/ajaxlib.php

index b36665d3bd432f19ff8d5e270a490e87f885dcfc..8387dcb31ef0b645f22fdfb7ca722df839e8d144 100644 (file)
@@ -22,8 +22,8 @@
         "yui_connection" => "/lib/yui/connection/connection.js",        
         "ajaxcourse_blocks" => "/lib/ajax/block_classes.js",
         "ajaxcourse_sections" => "/lib/ajax/section-resource_classes.js",
-        "ajaxcourse_topic" => "/course/format/topicsajax/ajaxcourse-topics.js",
-        "ajaxcourse_week" => "/course/format/weeksajax/ajaxcourse-weeks.js"           
+        "ajaxcourse_topic" => "/course/format/topics/ajaxcourse-topics.js",
+        "ajaxcourse_week" => "/course/format/weeks/ajaxcourse-weeks.js"           
         );
         
         
@@ -76,4 +76,4 @@
     
    }   
     
-?>
\ No newline at end of file
+?>