2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Missing string concatenation

This commit is contained in:
azammitdcarf
2010-10-26 23:11:45 +00:00
parent 06910ef57d
commit cde42c2295

View File

@@ -58,7 +58,7 @@ $callstatus = is_on_call($operator_id);
if ($callstatus == 3) //On a call
{
print "<p>" T_("Please wait till you have ended this call to call the supervisor") . "</p>";
print "<p>" . T_("Please wait till you have ended this call to call the supervisor") . "</p>";
/*
if (is_voip_enabled($operator_id))
{