Added options.php option to display first and last name in the user stats results for outbound and inbound calls sections

git-svn-id: svn://192.168.202.10@1925 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2013-01-24 23:44:41 +00:00
parent 646de40c4d
commit be8bae7295
2 changed files with 77 additions and 8 deletions
+4
View File
@@ -13,6 +13,7 @@
# 120213-1500 - Added option to log non-agent-API calls
# 120713-1915 - Added option for extended vicidial_list fields for long surveys
# 130123-1950 - Added option for using non-selectable statuses in admin_modify_lead.php
# 130124-1735 - Added option to display first and last name in user stats results
#
# used by the realtime_report.php script
@@ -71,4 +72,7 @@ $extended_vl_fields = 0;
# allow non-selectable statuses on the modify lead page
$nonselectable_statuses = 0;
# display first and last name in user stats results
$firstlastname_display_user_stats = 0;
?>