From 31f86d003984f4d36f6a3a9b09cc9e58ab5f9458 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 1 Mar 2015 21:34:57 -0800 Subject: [PATCH] Disable userclass copy in admin --- e107_admin/userclass2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/userclass2.php b/e107_admin/userclass2.php index 02a30ae1c..0b6e7a579 100644 --- a/e107_admin/userclass2.php +++ b/e107_admin/userclass2.php @@ -77,7 +77,7 @@ include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_'.e_PAGE); protected $pid = 'userclass_id'; protected $perPage = 10; protected $batchDelete = true; - protected $batchCopy = true; + protected $batchCopy = false; // no way to generate the non-incrementing primary key at the moment protected $listOrder = 'userclass_id DESC'; // protected $sortField = 'somefield_order'; // protected $orderStep = 10;