bug fixes. added payment type to deposits

This commit is contained in:
Tóth Richárd
2018-03-18 17:37:52 +01:00
parent 1e4aff020f
commit 392b484666
14 changed files with 139 additions and 44 deletions

View File

@@ -11,7 +11,6 @@ if ($_POST['parent_id'] == 'null') {
$parent_query = "SELECT * FROM user_parent WHERE up_id = " . $_POST['parent_id'];
$parent_assoc_array = $sql->assoc_array($parent_query);
$ret_array = array(
$parent_assoc_array[0]['up_email'],
$parent_assoc_array[0]['up_phone'],
@@ -20,4 +19,4 @@ $ret_array = array(
echo json_encode($ret_array);
?>
?>