From d026738f2adb82d7dd94d4740427a2a7c2ca8d5c Mon Sep 17 00:00:00 2001 From: Brian Gregg Date: Wed, 26 May 2021 09:20:08 -0400 Subject: [PATCH] Adjusted the addStatistic for the updated Conf/CodeTable getRowByCode method. Hopefully to the add-user-statistics branch. --- src/Users/UserStatistics.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Users/UserStatistics.php b/src/Users/UserStatistics.php index 9d29d54..5f10e17 100644 --- a/src/Users/UserStatistics.php +++ b/src/Users/UserStatistics.php @@ -120,7 +120,6 @@ public function addStatistic($typeCode,$categoryCode,$segmentType,$note) # For debugging: #print "TypeCode: $typeCode\nTypeDesc: $typeDesc\nCategoryCode: $categoryCode\nCategoryDesc: $categoryDesc\n"; - } /**