diff options
author | M.Gergo | 2020-09-06 12:06:53 +0200 |
---|---|---|
committer | M.Gergo | 2020-09-06 12:06:53 +0200 |
commit | 05cd10ac470512a35ac392856baabe8b0619add5 (patch) | |
tree | 9cfe0fd91df438a7c0fe6f5794278c9cb25feab2 /mayor-orig/mayor-naplo/config | |
parent | 9044c44af70eff76d875137de553d5904e475f6d (diff) | |
download | mayor-05cd10ac470512a35ac392856baabe8b0619add5.tar.gz mayor-05cd10ac470512a35ac392856baabe8b0619add5.zip |
Rev: 4678rev4678
Diffstat (limited to 'mayor-orig/mayor-naplo/config')
-rw-r--r-- | mayor-orig/mayor-naplo/config/module-naplo/config-pl.php.example | 4 | ||||
-rw-r--r-- | mayor-orig/mayor-naplo/config/module-naplo/config-vmg.php.example | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/mayor-orig/mayor-naplo/config/module-naplo/config-pl.php.example b/mayor-orig/mayor-naplo/config/module-naplo/config-pl.php.example index 97988330..9a075903 100644 --- a/mayor-orig/mayor-naplo/config/module-naplo/config-pl.php.example +++ b/mayor-orig/mayor-naplo/config/module-naplo/config-pl.php.example @@ -137,6 +137,10 @@ define('_JELES_ATLAG', 4.75); define('_JELES_LEGGYENGEBB_JEGY', 3); + // A kréta órarend exportban használt hetirend típusok a Kréta adatszótára szerint... + global $kretaHETIREND; + $kretaHETIREND = array(1 => 'A hét', 2 => 'B hét', 3 => 'Minden hét'); + */ ?>
\ No newline at end of file diff --git a/mayor-orig/mayor-naplo/config/module-naplo/config-vmg.php.example b/mayor-orig/mayor-naplo/config/module-naplo/config-vmg.php.example index 1eb19228..ae181515 100644 --- a/mayor-orig/mayor-naplo/config/module-naplo/config-vmg.php.example +++ b/mayor-orig/mayor-naplo/config/module-naplo/config-vmg.php.example @@ -112,6 +112,11 @@ define('_JELES_ATLAG', 4.75); define('_JELES_LEGGYENGEBB_JEGY', 3); + // A kréta órarend exportban használt hetirend típusok a Kréta adatszótára szerint... + global $kretaHETIREND; + $kretaHETIREND = array(1 => 'A hét', 2 => 'B hét', 3 => 'Minden hét'); + + */ ?>
\ No newline at end of file |