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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user