From: Roland Häder Date: Sat, 1 Nov 2008 19:43:41 +0000 (+0000) Subject: Some comments updated. Yeah, yet another useless commit. I need some ideas how contin... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c9ee1063ef6fe79c36e06250fd5f538c8a03751;p=shipsimu.git Some comments updated. Yeah, yet another useless commit. I need some ideas how continue with WebAdminLoginWelcomeAction::addExtraFilters() here. ICQ: 8809296 --- 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