http://www.atutor.ca/atutor/mantis/view.php?id=4459
authorCindy Li <cli@ocad.ca>
Tue, 10 Aug 2010 13:48:15 +0000 (13:48 -0000)
committerCindy Li <cli@ocad.ca>
Tue, 10 Aug 2010 13:48:15 +0000 (13:48 -0000)
docs/include/lib/resources_parser.inc.php

index 0ac036b..2daf5f6 100644 (file)
@@ -89,8 +89,6 @@ $parser->set_element_handler('openHandler','closeHandler');
 
 /* generate the resources and save the HTML files */
                        
-//ob_start();
-                                                        
 global $parser, $my_files;
 global $course_id;
 
@@ -141,6 +139,4 @@ foreach ($my_files as $file) {
        $resources[$i] = $file;
        $i++;
 }
-               
-$organizations_str = ob_get_contents();
-ob_end_clean();
+?>
\ No newline at end of file