mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Bump version to 4.9.3-dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$VERSION = "4.9.2";
|
$VERSION = "4.9.3-dev";
|
||||||
|
|
||||||
function adminer_errors($errno, $errstr) {
|
function adminer_errors($errno, $errstr) {
|
||||||
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
return !!preg_match('~^(Trying to access array offset on( value of type)? null|Undefined (array key|property))~', $errstr);
|
||||||
|
Reference in New Issue
Block a user