aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r--h-source/Application/Controllers/SpecialController.php11
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';