From: stronk7 Date: Sun, 9 Apr 2006 11:06:19 +0000 (+0000) Subject: Suppress pivot output from Date view. It hasn't too much sense there. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c356bb409d922052fd5c81dc4b75aa2a74c7943e;p=moodle.git Suppress pivot output from Date view. It hasn't too much sense there. --- diff --git a/mod/glossary/sql.php b/mod/glossary/sql.php index b03263cccc..e494176eff 100644 --- a/mod/glossary/sql.php +++ b/mod/glossary/sql.php @@ -152,6 +152,7 @@ } break; case GLOSSARY_DATE_VIEW: + $printpivot = 0; case GLOSSARY_STANDARD_VIEW: default: $sqlselect = "SELECT ge.*, ge.concept $as pivot";