Code updates for PHP8 compatibility

git-svn-id: svn://192.168.202.10@3983 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2026-04-27 17:46:59 +00:00
parent 9b1f744457
commit 4fe1012f38
2 changed files with 101 additions and 31 deletions
+1
View File
@@ -27362,6 +27362,7 @@ if ($ADD==31)
$stmt="SELECT status,status_name,selectable,human_answered,category,sale,dnc,customer_contact,not_interested,unworkable,scheduled_callback,completed,min_sec,max_sec,answering_machine from vicidial_statuses where status NOT IN('INCALL','QUEUE') order by status;";
$rslt=mysql_to_mysqli($stmt, $link);
$statuses_to_print = mysqli_num_rows($rslt);
if ($DB) {echo "$statuses_to_print|$stmt|\n";}
$statuses_list='';
$dial_statuses_list='';
$qc_statuses_list='';