aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-naplo/www/include/modules
diff options
context:
space:
mode:
authorM.Gergo2020-01-19 03:05:04 +0100
committerM.Gergo2020-01-19 03:05:04 +0100
commit967e12bd9c87a8ec56f6a48d9ef46543a29ba99a (patch)
treeab2fb431c1ce8579f63e1f18ba8a4d451bb29b0e /mayor-orig/mayor-naplo/www/include/modules
parent646b9fb3b8ae317d48772b3c81635a188e2e3cc6 (diff)
downloadmayor-967e12bd9c87a8ec56f6a48d9ef46543a29ba99a.tar.gz
mayor-967e12bd9c87a8ec56f6a48d9ef46543a29ba99a.zip
Rev: 4593rev4593
Diffstat (limited to 'mayor-orig/mayor-naplo/www/include/modules')
-rw-r--r--mayor-orig/mayor-naplo/www/include/modules/naplo/share/orarend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/orarend.php b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/orarend.php
index 5dae295a..45d8754c 100644
--- a/mayor-orig/mayor-naplo/www/include/modules/naplo/share/orarend.php
+++ b/mayor-orig/mayor-naplo/www/include/modules/naplo/share/orarend.php
@@ -425,7 +425,7 @@
}
function getUtolsoorak() {
- $q = "SELECT *,getOraTolTime(ora.oraId) AS tolTime, getOraIgTime(ora.oraId) AS igTime
+ $q = "SELECT * -- ,getOraTolTime(ora.oraId) AS tolTime, getOraIgTime(ora.oraId) AS igTime
FROM (SELECT dt,max(ora) AS utolsooraateremben,teremId,terem.leiras AS teremNev FROM ora LEFT JOIN ".__INTEZMENYDBNEV.".terem
USING (teremId) WHERE teremId IS NOT NULL GROUP BY dt,teremId) AS x LEFT JOIN ora ON (ora.dt = x.dt AND x.utolsooraateremben = ora.ora AND x.teremId = ora.teremId)";
$r = db_query($q, array('fv'=>'getUtolsoorak','modul'=>'naplo','result'=>'indexed'));