]> git.mjollnir.org Git - moodle.git/commitdiff
Avoid one more notice...
authorstronk7 <stronk7>
Thu, 20 May 2004 23:07:59 +0000 (23:07 +0000)
committerstronk7 <stronk7>
Thu, 20 May 2004 23:07:59 +0000 (23:07 +0000)
mod/glossary/sql.php

index cacaa0bc0cf2b4a863e8dc5a37d8ac4a1d3b959a..53eb4e9310bc30e082c2de90650644f088f5ceef 100644 (file)
         $fullpivot = 0;
         $printpivot = 0;
 
+        if (!isset($sqlsortkey)) {
+            $sqlsortkey = NULL;
+        }
+
         $where = '';
         if ($hook != 'ALL' and $hook != 'SPECIAL') {
             switch ($CFG->dbtype) {