diff --git a/html/user/include.php b/html/user/include.php deleted file mode 100644 index f57963ade5..0000000000 --- a/html/user/include.php +++ /dev/null @@ -1,20 +0,0 @@ - diff --git a/html/user/team.inc b/html/user/team.inc index 8d440b5bb7..1782efafa0 100644 --- a/html/user/team.inc +++ b/html/user/team.inc @@ -53,7 +53,7 @@ function display_team_page($team, $user) { $total_credit = $total_credit + $user->total_credit; } - row2("Total credit", credit_format($total_credit)); + row2("Total credit", format_credit($total_credit)); $result = mysql_query("select * from user where id=$team->userid"); $user = mysql_fetch_object($result); row2("Founder", "id>$user->name"); diff --git a/html/user/user.inc b/html/user/user.inc index 5642c2cfa2..581e2df623 100644 --- a/html/user/user.inc +++ b/html/user/user.inc @@ -114,8 +114,8 @@ function show_user_row($user) { printf( "