Suppress pivot output from Date view. It hasn't too much sense there.

This commit is contained in:
stronk7
2006-04-09 11:06:19 +00:00
parent 30691fc3c3
commit c356bb409d
+1
View File
@@ -152,6 +152,7 @@
}
break;
case GLOSSARY_DATE_VIEW:
$printpivot = 0;
case GLOSSARY_STANDARD_VIEW:
default:
$sqlselect = "SELECT ge.*, ge.concept $as pivot";