1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

user batch export enabled. code cleanup.

This commit is contained in:
Cameron
2019-06-28 13:00:10 -07:00
parent 45b073eecb
commit 5930e62c21
2 changed files with 17 additions and 17 deletions

View File

@@ -255,6 +255,7 @@ class users_admin_ui extends e_admin_ui
protected $pid = "user_id";
protected $perPage = 10;
protected $batchDelete = true;
protected $batchExport = true;
protected $listOrder = 'user_id DESC';
/**