Code updates for PHP8 compatibility in all PHP scripts

Added PHP_error_reporting_OVERRIDE options for each web directory

git-svn-id: svn://192.168.202.10@3863 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2024-08-06 15:02:09 +00:00
parent 3226d9b172
commit 0820807d85
121 changed files with 1421 additions and 967 deletions
+6 -1
View File
@@ -1,7 +1,7 @@
<?php
# leadloader_template_display.php - version 2.14
#
# Copyright (C) 2022 Matt Florell,Joe Johnson <vicidial@gmail.com> LICENSE: AGPLv2
# Copyright (C) 2024 Matt Florell,Joe Johnson <vicidial@gmail.com> LICENSE: AGPLv2
#
# CHANGES
# 120402-2238 - First Build
@@ -19,6 +19,7 @@
# 171204-1518 - Fix for custom field duplicate issue, removed link to old lead loader
# 210312-1700 - Added layout editing functionality
# 220222-1059 - Added allow_web_debug system setting
# 240801-1130 - Code updates for PHP8 compatibility
#
require("dbconnect_mysqli.php");
@@ -535,6 +536,10 @@ else
$total=0; $good=0; $bad=0; $dup=0; $post=0; $phone_list='';
$row=explode($delimiter, preg_replace('/[\'\"]/i', '', $buffer));
}
else
{
$row=array();
}
echo "<table border=0 width='100%' cellpadding=0 cellspacing=0>";
$rslt=mysql_to_mysqli("$fields_stmt", $link);