Fix for issue #1028 in non agent api

git-svn-id: svn://192.168.202.10@2793 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2017-07-14 03:14:10 +00:00
parent 35e5f76675
commit 7ebc871a21
+4 -2
View File
@@ -122,10 +122,11 @@
# 170601-0747 - Added add_to_hopper options to update_lead function
# 170609-1107 - Added ccc_lead_info function
# 170615-0006 - Added DIAL status for manual dial agent calls that have not been answered, to 4 functions
# 170713-2312 - Fix for issue #1028
#
$version = '2.14-98';
$build = '170615-0006';
$version = '2.14-99';
$build = '170713-2312';
$api_url_log = 0;
$startMS = microtime();
@@ -1123,6 +1124,7 @@ if ($function == 'moh_list')
$rslt=mysql_to_mysqli($stmt, $link);
$mohfiles_to_print = mysqli_num_rows($rslt);
$m=0;
$MOHfiles = '';
while ($mohfiles_to_print > $m)
{
$rowx=mysqli_fetch_row($rslt);