Jelenlet alapfunkcio OK. Edzes torles OK.

This commit is contained in:
Ricsi
2016-11-20 22:55:27 +01:00
parent e4806322fd
commit f9e6e1ecbb
19 changed files with 289 additions and 44 deletions

View File

@@ -27,7 +27,6 @@ switch ($this->get_id()) {
break;
case 'training':
# code...
//TRAINING TYPE ARRAY
$training_type_query = "SELECT * FROM training_type ORDER BY trt_name ASC;";
$training_type_assoc_array = $sql->assoc_array($training_type_query);
@@ -53,7 +52,11 @@ switch ($this->get_id()) {
$smarty->display('training_type_create.tpl');
break;
case 'parent':
# PARENT LÉTREHOZÁSA
$smarty->display('parent_create.tpl');
break;
default:
# code...
break;