1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Admin-ui: Added option to filter by type=user

This commit is contained in:
Cameron
2014-01-01 17:38:46 -08:00
parent d26012d0c2
commit 195baaf84d
2 changed files with 23 additions and 3 deletions

View File

@@ -2776,6 +2776,7 @@ class e_form
case 'user_customtitle':
case 'user_email':*/
case 'user':
/*if(is_numeric($value))
{
$value = get_user_data($value);
@@ -2790,7 +2791,7 @@ class e_form
}*/
// Dirty, but the only way for now
$id = 0;
$ttl = '';
$ttl = LAN_ANONYMOUS;
//Defaults to user_id and user_name (when present) and when idField and nameField are not present.
@@ -2817,6 +2818,7 @@ class e_form
{
$value = $ttl;
}
break;
case 'bool':