1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 22:23:19 +02:00

Release 4.9.2

This commit is contained in:
Peter Knut
2024-09-18 09:50:35 +02:00
committed by Jakub Vrana
parent 0d5e5819a0
commit 06a4d294bd
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<?php
$VERSION = "4.9.2-dev";
$VERSION = "4.9.2";
function adminer_errors($errno, $errstr) {
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);