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

@@ -194,8 +194,8 @@ class user_kid extends user_parent {
foreach ($user_data_array as $field => $value) {
$function_name = "set_" . $field;
$this->$function_name($value); //alapadatok beállítása
$this->set_ua_type(2); //kid típus beállítása
$this->set_login(true);
//$this->set_ua_type(2); //kid típus beállítása
//$this->set_login(true);
}
}