aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-14 22:06:22 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-14 22:06:22 +0000
commitd6b6baa4bcc1f2f6077b785ed90b4eb24e414451 (patch)
tree3f249fe949583b58ed92835600bcccef2117b3d1 /h-source/Application/Controllers
parent2ab9d78444374d55a45b63a1693f5194a7baae60 (diff)
moderators can see all the actions carried out by users - part 2
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';