From 4c9ee1063ef6fe79c36e06250fd5f538c8a03751 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 1 Nov 2008 19:43:41 +0000 Subject: [PATCH] Some comments updated. Yeah, yet another useless commit. I need some ideas how continue with WebAdminLoginWelcomeAction::addExtraFilters() here. ICQ: 8809296 --- .../admin/main/actions/web/class_WebAdminLoginWelcomeAction.php | 2 +- inc/classes/main/points/class_UserPoints.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php b/application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php index a5e545f..33cf08d 100644 --- a/application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php +++ b/application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php @@ -66,7 +66,7 @@ class WebAdminLoginWelcomeAction extends BaseAction implements PerformableAction * @todo 0% done */ public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { - $this->partialStub("Need to add filters which looks for applications with admin directory."); + $this->partialStub("Need to add filters which looks for applications with "admin" directory."); } } diff --git a/inc/classes/main/points/class_UserPoints.php b/inc/classes/main/points/class_UserPoints.php index fb0f169..e7b636f 100644 --- a/inc/classes/main/points/class_UserPoints.php +++ b/inc/classes/main/points/class_UserPoints.php @@ -80,7 +80,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable { // Do we have an entry? if ($resultInstance->next()) { - // Load points here - TODO! + // @TODO Load points here $this->partialStub("Load points here for comparison."); } // END - if -- 2.39.2