Fixed Call Log dial bug (issue 393)

git-svn-id: svn://192.168.202.10@1570 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-12-08 09:15:43 +00:00
parent 45e26915fd
commit 41b3324208
+4 -3
View File
@@ -264,10 +264,11 @@
# 101111-1556 - Added source to vicidial_hopper inserts
# 101124-1033 - Added require for functions.php and manual dial call time check campaign option
# 101128-0108 - Added list override for webforms
# 101208-0414 - Fixed Call Log dial bug (issue 393)
#
$version = '2.4-170';
$build = '101128-0108';
$version = '2.4-171';
$build = '101208-0414';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=363;
$one_mysql_log=0;
@@ -7748,7 +7749,7 @@ if ($ACTION == 'CALLLOGview')
echo "<td align=right><font size=2> $ALLalt_dial[$i] </td>\n";
echo "<td align=right><font size=2> $ALLhangup_reason[$i] </td>\n";
echo "<td align=right><font size=2> <a href=\"#\" onclick=\"VieWLeaDInfO($ALLlead_id[$i]);return false;\">INFO</A> </td>\n";
echo "<td align=right><font size=2> <a href=\"#\" onclick=\"NeWManuaLDiaLCalL('CALLLOG',$ALLphone_code[$i], $ALLphone_number[$i]);return false;\">DIAL</A> </td>\n";
echo "<td align=right><font size=2> <a href=\"#\" onclick=\"NeWManuaLDiaLCalL('CALLLOG','$ALLphone_code[$i]','$ALLphone_number[$i]');return false;\">DIAL</A> </td>\n";
echo "</tr>\n";
}