Merge branch 'ent-11171-15556-edicion-de-historico-sigue-fallando-en-771' into 'develop'
Ent 11171 15556 edicion de historico sigue fallando en 771 See merge request artica/pandorafms!5875
This commit is contained in:
commit
4f5315db98
|
@ -156,6 +156,9 @@ final class DBMaintainer
|
|||
return true;
|
||||
}
|
||||
|
||||
// Problem with php 8.1.
|
||||
mysqli_report(MYSQLI_REPORT_OFF);
|
||||
|
||||
$link = mysqli_init();
|
||||
$link->options(MYSQLI_OPT_CONNECT_TIMEOUT, 2);
|
||||
$rc = mysqli_real_connect(
|
||||
|
|
Loading…
Reference in New Issue