fixes for apache errors in various vicidial scripts, issue #614, reported by DomeDan

git-svn-id: svn://192.168.202.10@1892 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2012-11-30 05:52:44 +00:00
parent 5a33b5354c
commit 6bc9d1ae7c
5 changed files with 0 additions and 15 deletions
@@ -309,9 +309,6 @@ else
$query_date_BEGIN = "$query_date $time_BEGIN";
$query_date_END = "$end_date $time_END";
if (strlen($user_group)>0) {$ugSQL="and vicidial_agent_log.user_group='$user_group'";}
else {$ugSQL='';}
if ($file_download < 1)
{
$ASCII_text.="Agent Days Status Report: $user $NOW_TIME\n";
@@ -400,9 +400,6 @@ if ($shift == 'ALL')
$query_date_BEGIN = "$query_date $time_BEGIN";
$query_date_END = "$end_date $time_END";
if (strlen($user_group)>0) {$ugSQL="and vicidial_agent_log.user_group='$user_group'";}
else {$ugSQL='';}
$HTML_text.="Agent Performance Detail $NOW_TIME\n";
$HTML_text.="Time range: $query_date_BEGIN to $query_date_END\n\n";
@@ -354,9 +354,6 @@ else
$query_date_BEGIN = "$query_date $time_BEGIN";
$query_date_END = "$end_date $time_END";
if (strlen($user_group)>0) {$ugSQL="and vicidial_agent_log.user_group='$user_group'";}
else {$ugSQL='';}
if ($file_download < 1)
{
$ASCII_text.="<BR><BR>Agent Status Detail Report $NOW_TIME\n";
@@ -354,9 +354,6 @@ else
$query_date_BEGIN = "$query_date $time_BEGIN";
$query_date_END = "$end_date $time_END";
if (strlen($user_group)>0) {$ugSQL="and vicidial_agent_log.user_group='$user_group'";}
else {$ugSQL='';}
if ($file_download < 1)
{
echo "Agent Time Detail $NOW_TIME\n";
@@ -319,9 +319,6 @@ else
$query_date_BEGIN = "$query_date";
$query_date_END = "$end_date";
if (strlen($user_group)>0) {$ugSQL="and vicidial_agent_log.user_group='$user_group'";}
else {$ugSQL='';}
if ($file_download < 1)
{
echo "User Time-Clock Detail $NOW_TIME\n";