From a30ef4dfc1baa915832d73165441263e318b726d Mon Sep 17 00:00:00 2001 From: kkalev Date: Sun, 6 Apr 2003 13:49:54 +0000 Subject: [PATCH] Fix a problem with user_stats.php3 --- Changelog | 1 + conf/admin.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog b/Changelog index 5d022ae..8c9dfa2 100644 --- a/Changelog +++ b/Changelog @@ -15,6 +15,7 @@ Ver 1.63: * Update the TODO file * Add an entry in the FAQ about adding .php3 handling * Add a few installation notes +* Fix a problem with user_stats.php3 Ver 1.62: * Remove one sql query from user_admin which was not needed. * Instead of a query like "LIKE 'YYYY-MM-DD%'" use "AcctStopTime >= 'YYYY-MM-DD 00:00:00 AND AcctStopTime diff --git a/conf/admin.conf b/conf/admin.conf index b07d369..4999537 100644 --- a/conf/admin.conf +++ b/conf/admin.conf @@ -187,6 +187,7 @@ sql_user_info_table: userinfo sql_groupcheck_table: radgroupcheck sql_groupreply_table: radgroupreply sql_usergroup_table: usergroup +sql_total_accounting_table: totacct # # Uncomment to enable sql debug # -- 2.39.5