### Eclipse Workspace Patch 1.0
#P 19stable
Index: course/format/topics/format.php
===================================================================
RCS file: /cvsroot/moodle/moodle/course/format/topics/format.php,v
retrieving revision 1.83.2.2
diff -u -r1.83.2.2 format.php
--- course/format/topics/format.php	23 Nov 2007 16:41:19 -0000	1.83.2.2
+++ course/format/topics/format.php	11 Oct 2008 16:26:04 -0000
@@ -10,6 +10,7 @@
     require_once($CFG->libdir.'/ajax/ajaxlib.php');
   
     $topic = optional_param('topic', -1, PARAM_INT);
+    $topic = -1;
 
     // Bounds for block widths
     // more flexible for theme designers taken from theme config.php
@@ -219,6 +220,7 @@
             echo '</td>';
 
             echo '<td class="right side">';
+            /*
             if ($displaysection == $section) {      // Show the zoom boxes
                 echo '<a href="view.php?id='.$course->id.'&amp;topic=0#section-'.$section.'" title="'.$strshowalltopics.'">'.
                      '<img src="'.$CFG->pixpath.'/i/all.gif" alt="'.$strshowalltopics.'" /></a><br />';
@@ -227,7 +229,7 @@
                 echo '<a href="view.php?id='.$course->id.'&amp;topic='.$section.'" title="'.$strshowonlytopic.'">'.
                      '<img src="'.$CFG->pixpath.'/i/one.gif" alt="'.$strshowonlytopic.'" /></a><br />';
             }
-
+            */
             if (isediting($course->id) && has_capability('moodle/course:update', get_context_instance(CONTEXT_COURSE, $course->id))) {
                 if ($course->marker == $section) {  // Show the "light globe" on/off
                     echo '<a href="view.php?id='.$course->id.'&amp;marker=0&amp;sesskey='.$USER->sesskey.'#section-'.$section.'" title="'.$strmarkedthistopic.'">'.

