ToDo tags now all lower-case
[shipsimu.git] / application / ship-simu / main / login / class_ShipSimuUserLogin.php
index 5037bd8c658c31f33c36ea09463bda17e0dbfd9e..64aeaff816313d00497fb1e7987980b33a1ce245 100644 (file)
@@ -118,9 +118,9 @@ class ShipSimuUserLogin extends BaseFrameworkSystem implements LoginableUser {
                        throw new UserPasswordMismatchException(array($this, $userInstance), User::EXCEPTION_USER_PASS_MISMATCH);
                } // END - if
 
-               /* @TODO We need to add something here which will make more than one */
-               /* @TODO guest logins, users who are online but based on the same */
-               /* @TODO user account. */
+               /* @todo We need to add something here which will make more than one */
+               /* @todo guest logins, users who are online but based on the same */
+               /* @todo user account. */
 
                // Now do the real login. This can be cookie- or session-based login
                // which depends on the admins setting then on the user's taste.