mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Allow using number_type() as pattern
This commit is contained in:
@@ -45,7 +45,7 @@ function number($val) {
|
||||
* @return string
|
||||
*/
|
||||
function number_type() {
|
||||
return '(?<!o)int(?!er)|numeric|real|float|double|decimal|money'; // not point, not interval
|
||||
return '((?<!o)int(?!er)|numeric|real|float|double|decimal|money)'; // not point, not interval
|
||||
}
|
||||
|
||||
/** Disable magic_quotes_gpc
|
||||
|
Reference in New Issue
Block a user