Added scroll to agent interface to go back to the top of the screen if selecting from a long list of statuses

git-svn-id: svn://192.168.202.10@1537 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-10-14 10:49:06 +00:00
parent a8a61934d7
commit 5ee4f2f070
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1266,7 +1266,7 @@ if ($ACTION=="RedirectXtraNeW")
if ($WeBRooTWritablE > 0)
{
$fp = fopen ("./vicidial_debug.txt", "a");
fwrite ($fp, "$NOW_TIME|RDX|$filename|$user|$campaign|$$channel|$extrachannel|$queryCID|$exten|$ext_context|ext_priority|$session_id|\n");
fwrite ($fp, "$NOW_TIME|RDX|$filename|$user|$campaign|$channel|$extrachannel|$queryCID|$exten|$ext_context|ext_priority|$session_id|\n");
fclose($fp);
}
}