bug fixes. added payment type to deposits
This commit is contained in:
@@ -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);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user