]> git.mxchange.org Git - shipsimu.git/commitdiff
Some comments updated. Yeah, yet another useless commit. I need some ideas how contin...
authorRoland Häder <roland@mxchange.org>
Sat, 1 Nov 2008 19:43:41 +0000 (19:43 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Nov 2008 19:43:41 +0000 (19:43 +0000)
application/admin/main/actions/web/class_WebAdminLoginWelcomeAction.php
inc/classes/main/points/class_UserPoints.php

index a5e545f605f7edd646ecbdd898031c3cdb2ec934..33cf08d7fa0f859075c955ee82ca4b63539bf48b 100644 (file)
@@ -66,7 +66,7 @@ class WebAdminLoginWelcomeAction extends BaseAction implements PerformableAction
         * @todo        0% done
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
         * @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 &quot;admin&quot; directory.");
        }
 }
 
        }
 }
 
index fb0f169e12e000e7978373d32797723f8a1b6082..e7b636f4fa51244a8d73bbcc14061d41d6ae4dea 100644 (file)
@@ -80,7 +80,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable {
 
                // Do we have an entry?
                if ($resultInstance->next()) {
 
                // 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
 
                        $this->partialStub("Load points here for comparison.");
                } // END - if