aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/include/modules/naplo/osztalyozo
diff options
context:
space:
mode:
authorM.Gergo2018-09-10 17:41:41 +0200
committerM.Gergo2018-09-10 17:41:41 +0200
commit20361aa31c7749c47416ea9b76fde393fa28cec6 (patch)
tree8279eb2f106612d8e217ef5c900f552c3855d4ee /mayor-orig/www/include/modules/naplo/osztalyozo
parentc144cdab334ea104187cc80bf730259009e5fe8a (diff)
downloadmayor-20361aa31c7749c47416ea9b76fde393fa28cec6.tar.gz
mayor-20361aa31c7749c47416ea9b76fde393fa28cec6.zip
Rev: 4365
Diffstat (limited to 'mayor-orig/www/include/modules/naplo/osztalyozo')
-rw-r--r--mayor-orig/www/include/modules/naplo/osztalyozo/stat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/www/include/modules/naplo/osztalyozo/stat.php b/mayor-orig/www/include/modules/naplo/osztalyozo/stat.php
index c6be21fb..19bd76b0 100644
--- a/mayor-orig/www/include/modules/naplo/osztalyozo/stat.php
+++ b/mayor-orig/www/include/modules/naplo/osztalyozo/stat.php
@@ -84,7 +84,7 @@
//??? 2009. shared lib ?
// A tárgyak lekérdezése a beírt jegyek alapján (lehet hozott jegy)
- $q = "SELECT DISTINCT targyId,targyNev
+ $q = "SELECT DISTINCT targyId,targyNev,targyJelleg, zaroKovetelmeny
FROM targy LEFT JOIN zaroJegy USING (targyId)
LEFT JOIN szemeszter ON kezdesDt<=hivatalosDt AND hivatalosDt<=zarasDt
WHERE tanev=%u AND szemeszter=%u ORDER BY targyNev";