mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +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',
|
||||
'mediumblob','longblob','tinytext','mediumtext','longtext','text','date');
|
||||
|
||||
|
||||
|
||||
$type = strtolower($type);
|
||||
|
||||
if(in_array($type,$strings))
|
||||
|
Loading…
x
Reference in New Issue
Block a user