From 11158c9418f88c608a6ad6c00c1f9a68edbf4115 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 9 Oct 2014 12:01:33 -0700 Subject: [PATCH] web: try to fix include problem --- html/user/per_app_list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/user/per_app_list.php b/html/user/per_app_list.php index c5afb5fe73..979508a0e1 100644 --- a/html/user/per_app_list.php +++ b/html/user/per_app_list.php @@ -24,6 +24,7 @@ // is_total: if nonzero, sort by total credit require_once("../inc/util.inc"); +require_once("../inc/team.inc"); // return a column title (Average or Total), // hyperlinked if this is not the current sort column