1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Bump version to 4.9.2-dev

This commit is contained in:
Peter Knut
2024-09-09 23:53:50 +02:00
committed by Jakub Vrana
parent 4824c578bf
commit cb6e2f9a86

View File

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