aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/include/modules/naplo/diakValaszto.php
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/include/modules/naplo/diakValaszto.php')
-rw-r--r--mayor-orig/www/include/modules/naplo/diakValaszto.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/mayor-orig/www/include/modules/naplo/diakValaszto.php b/mayor-orig/www/include/modules/naplo/diakValaszto.php
new file mode 100644
index 00000000..e3a2f6b4
--- /dev/null
+++ b/mayor-orig/www/include/modules/naplo/diakValaszto.php
@@ -0,0 +1,10 @@
+<?php
+
+ function updateSessionParentDiakId($parentDiakId) {
+
+ $q = "UPDATE session SET parentDiakId=%u WHERE policy='parent' and sessionID='"._SESSIONID."'";
+ db_query($q, array('fv' => 'updateSessionOid', 'modul' => 'naplo_base', 'values' => array($parentDiakId)));
+
+ }
+
+?>