]> git.mjollnir.org Git - moodle.git/commitdiff
removed some undefined variable errors. However there are lots of them in edit.html...
authorgustav_delius <gustav_delius>
Sat, 8 May 2004 20:52:53 +0000 (20:52 +0000)
committergustav_delius <gustav_delius>
Sat, 8 May 2004 20:52:53 +0000 (20:52 +0000)
mod/glossary/tabs.html

index c66f79223863d26edfdba595e8dcec9975cd0725..3089f6ab539fbece50133bba8be27f7d1c25d944 100644 (file)
@@ -1,5 +1,10 @@
 <?php
-
+    if (!isset($sortorder)) {
+        $sortorder = '';
+    }    
+    if (!isset($sortkey)) {
+        $sortkey = '';
+    }
     echo '<p align="center">';
     $glossary_tCFG->TabTableBGColor = $THEME->cellheading;
     $glossary_tCFG->ActiveTabColor = $THEME->cellheading;
         break;
     } 
     echo '<hr>';
-?>
\ No newline at end of file
+?> 
\ No newline at end of file