diff options
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/SpecialController.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/h-source/Application/Controllers/SpecialController.php b/h-source/Application/Controllers/SpecialController.php index eb80582..9298ad3 100644 --- a/h-source/Application/Controllers/SpecialController.php +++ b/h-source/Application/Controllers/SpecialController.php @@ -40,17 +40,6 @@ class SpecialController extends BaseController { switch ($action) { -// case 'modifications': -// $data['title'] = 'last modifications - '.Website::$generalName; -// -// $whereClauseArray = array( -// 'gr' => 'registered', -// 'type' => 'hardware', -// ); -// -// $viewFile = 'modifications'; -// -// break; case 'modactions': $data['title'] = 'last moderations - '.Website::$generalName; $data['viewTitle'] = 'List of actions carried out by moderators'; |