AST agent status detail download patch

Discussions about development of VICIDIAL and astGUIclient

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

AST agent status detail download patch

Postby mati » Mon Jan 18, 2010 11:55 am

Hi,

Download option in AST_agent_status_detail.php exports file with incorret number of collumns. It happens when counter for status for user is 0. The html version is corret due to condition in line 372
if ($status_found < 1) {
$SstatusesHTML .= " 0 |";
}

The same condition should be made for variable $SstatusesFILE.

if ($status_found < 1)
{
$SstatusesHTML .= " 0 |";
$SstatusesFILE .= "0,";
}

MT
mati
 
Posts: 47
Joined: Wed Aug 09, 2006 3:07 pm

Postby mflorell » Mon Jan 18, 2010 1:38 pm

Please create a ticket in the Issue Tracker and link to this topic.
mflorell
Site Admin
 
Posts: 18379
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Development

Who is online

Users browsing this forum: No registered users and 18 guests