mirror of
https://github.com/e107inc/e107.git
synced 2025-06-07 11:28:22 +02:00
Fixes #4252 - User list limit of 50 was failing.
This commit is contained in:
parent
0e98d8d059
commit
05df0716d5
@ -5026,7 +5026,7 @@ TEMPLATE;
|
|||||||
$strings = array('time','timestamp','datetime','year','tinyblob','blob',
|
$strings = array('time','timestamp','datetime','year','tinyblob','blob',
|
||||||
'mediumblob','longblob','tinytext','mediumtext','longtext','text','date');
|
'mediumblob','longblob','tinytext','mediumtext','longtext','text','date');
|
||||||
|
|
||||||
|
|
||||||
$type = strtolower($type);
|
$type = strtolower($type);
|
||||||
|
|
||||||
if(in_array($type,$strings))
|
if(in_array($type,$strings))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user