From 819edabfe7335e7c3f26df8648e71f67be6dce41 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 15 Mar 2010 14:26:06 +0000 Subject: [PATCH] fixed small bug in IVR stats report git-svn-id: svn://192.168.202.10@1370 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/AST_IVRstats.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/vicidial/AST_IVRstats.php b/www/vicidial/AST_IVRstats.php index f6e52870..855d7f04 100644 --- a/www/vicidial/AST_IVRstats.php +++ b/www/vicidial/AST_IVRstats.php @@ -85,6 +85,7 @@ $i=0; $LISTgroups[$i]='CALLMENU'; $LISTgroups_names[$i]='IVR'; $i++; + $groups_to_print++; $LISTgroups[$i]='XMLPULL'; $LISTgroups_names[$i]='Dynamic Application'; $i++;