aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/include/modules/naplo/naplo.php
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/include/modules/naplo/naplo.php')
-rw-r--r--mayor-orig/www/include/modules/naplo/naplo.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/mayor-orig/www/include/modules/naplo/naplo.php b/mayor-orig/www/include/modules/naplo/naplo.php
deleted file mode 100644
index e7923a72..00000000
--- a/mayor-orig/www/include/modules/naplo/naplo.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-// require_once('include/share/net/ertesites.php');
-
- function getBeirasiAdatok() {
- if (defined('__USERTANARID') && is_numeric(__USERTANARID)) {
- $q = "SELECT COUNT(*) FROM ora WHERE ki=".__USERTANARID." AND dt <= CURDATE() AND (leiras IS NULL OR leiras='')";
- return db_query($q, array('fv' => 'getBeirasiAdatok', 'modul' => 'naplo', 'result' => 'value'));
- } else return 0;
- }
-
-?>