mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fix for warnings/notices/deprecated messages on PHP 7.4
This commit is contained in:
@@ -59,7 +59,7 @@ if ($action == "assessmentadd" && bHasSurveyPermission($surveyid, 'assessments',
|
||||
$datarray['id']=$aid;
|
||||
}
|
||||
|
||||
$query = $connect->GetInsertSQL($inserttable, $datarray, get_magic_quotes_gpc());
|
||||
$query = $connect->GetInsertSQL($inserttable, $datarray, 0);
|
||||
$result=$connect->Execute($query) or safe_die("Error inserting<br />$query<br />".$connect->ErrorMsg());
|
||||
if ($first==true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user