]> git.mjollnir.org Git - moodle.git/commitdiff
Suppress pivot output from Date view. It hasn't too much sense there.
authorstronk7 <stronk7>
Sun, 9 Apr 2006 11:06:19 +0000 (11:06 +0000)
committerstronk7 <stronk7>
Sun, 9 Apr 2006 11:06:19 +0000 (11:06 +0000)
mod/glossary/sql.php

index b03263cccc16b0d9578e8ee17987f2574e3df316..e494176efff60435ca2e920894ffc78cedaeecb7 100644 (file)
         }
     break;
     case GLOSSARY_DATE_VIEW:
+        $printpivot = 0;
     case GLOSSARY_STANDARD_VIEW:
     default:
         $sqlselect  = "SELECT ge.*, ge.concept $as pivot";