user-level megszuntetese; uj oszlopok a befizeteshez
This commit is contained in:
@@ -37,9 +37,6 @@ if ($this->is_id()) {
|
||||
|
||||
//training type array
|
||||
//$tt_assoc_array = $sql->assoc_array("SELECT * FROM training_type WHERE trt_deleted = 0 ORDER by trt_name ASC;");
|
||||
|
||||
//lease assoc array
|
||||
$l_assoc_array = $sql->assoc_array("SELECT * FROM lease WHERE l_deleted = 0 ORDER BY l_name ASC;");
|
||||
|
||||
//smarty thingz
|
||||
$smarty->assign('school_assoc_array', $schools);
|
||||
@@ -49,7 +46,6 @@ if ($this->is_id()) {
|
||||
$smarty->assign('shirt_size_assoc_array', $shirt_size_assoc_array);
|
||||
$smarty->assign('parent_assoc_array', $parent_assoc_array);
|
||||
//$smarty->assign('tt_assoc_array', $tt_assoc_array);
|
||||
$smarty->assign('l_assoc_array', $l_assoc_array);
|
||||
$smarty->display('user_data_'.$tpl.'.tpl');
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user