]> git.mjollnir.org Git - moodle.git/commitdiff
converted dos mode to unix mode
authorcap2501 <cap2501>
Sun, 27 Aug 2006 23:28:39 +0000 (23:28 +0000)
committercap2501 <cap2501>
Sun, 27 Aug 2006 23:28:39 +0000 (23:28 +0000)
course/format/topicsajax/ajaxcourse-topics.js
course/format/topicsajax/commands.php
course/format/topicsajax/config.php
course/format/topicsajax/format.php

index 12e0dea1dd4594eb0de1320f8c6a3d5bd50d36d3..e5e55df8dfc702fb5a5bd9d75fe54d749446fe7e 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Contains Main class and supporting functions for topic ajax course layout
  */
 
 //hide content body until done loading (manipulation looks ugly elsewise)
 document.getElementById('content').style.display='none';
index 5d1eba9e2f8a0462bd1289eb0336faba06bb404d..2ee389c76d6871e225ce96e238e9f350d06f33ca 100644 (file)
@@ -1,8 +1,8 @@
 <?php 
        /* 
         * $Id$
-     *Provide RESTful interface for topics AJAX course formats
-    */
+             *Provide RESTful interface for topics AJAX course formats
+             */
     
        require_once('../../../config.php');
     require_once('../../lib.php');
index 2d3eaca70736b7da7cd5494965a9552c2a0091cd..f6f39d9e01a5e4495bef7fb3f0f4dd9945b2d16b 100644 (file)
@@ -6,6 +6,7 @@
 // format.
 //
 // The default blocks layout for this course format:
+
     $format['defaultblocks'] = 'participants,activity_modules,search_forums,'.
                                'admin,course_list:news_items,calendar_upcoming,'.
                                'recent_activity';
index dd6e2fe2291e6035f20575e3c1a964e4718508a7..5c10a4868e482c85c68a8b130386685623b6e8be 100644 (file)
@@ -5,6 +5,7 @@
       // the dates aren't printed - it's just an aesthetic thing for
       // courses that aren't so rigidly defined by time.
       // Included from "view.php"
+      
 
     require_once($CFG->dirroot.'/mod/forum/lib.php');
     require_once($CFG->libdir.'/ajax/ajaxlib.php');