diff --git a/app/call_center/call_center_agent_status.php b/app/call_center/call_center_agent_status.php index 8af66734e0..538eddfb5a 100644 --- a/app/call_center/call_center_agent_status.php +++ b/app/call_center/call_center_agent_status.php @@ -187,7 +187,7 @@ require_once "includes/paging.php"; if ($tmp[1] == $_SESSION['domain_name']) { echo "\n"; echo " ".$row['name']." \n"; - echo " ".$row['status']." \n"; + echo " ".$row['status']." \n"; echo " "; echo " \n"; echo " \n";