aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/policy/private/naplo/szulinap-pre.php
blob: 46164faf9d3aab3e732f5ca4057c9751cf770818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

   if (_RIGHTS_OK !== true) die();

    if ($skin=='ajax') {

	require_once('include/modules/naplo/share/diak.php');
	require_once('include/modules/naplo/share/osztaly.php');

	$ADAT['ma'] = getDiakBySzulDt($dt);
	$ADAT['osztaly'] = getOsztalyok(__TANEV,array('result'=>'assoc'));

    }

?>