Skip to content

Commit

Permalink
Last Release 12/17/2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Jave Lupango committed Dec 17, 2020
1 parent e5f5cda commit 396b1ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion view/body/viewuser.body.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
// $upline_res = $c_Select->fn_SingleResponse($conn, "SELECT * FROM users WHERE username=?", "userid", $_SESSION['username']);
// $SelectQuery = "SELECT * FROM users WHERE status = 'active' AND upline ='$upline_res' ORDER BY dtjoin DESC";
// }

$upline_res = $c_Select->fn_SingleResponse($conn, "SELECT * FROM users WHERE username=?", "id", $_SESSION['username']);
$SelectQuery = "SELECT (SELECT username From users WHERE users.id = creditlogs.userid) as userid,
(SELECT username From users WHERE users.id = creditlogs.ap_id) as ap_id,
Expand Down

0 comments on commit 396b1ff

Please sign in to comment.