]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/government/class_SimplifiedGovernment.php
Continued:
[shipsimu.git] / application / shipsimu / classes / government / class_SimplifiedGovernment.php
index 89d4a51a6c1b7fc71b05c2363eb7a34bb70f4121..5e44b32f7292dfcce391c670e2e812e905180a00 100644 (file)
@@ -87,7 +87,7 @@ class SimplifiedGovernment extends BaseFrameworkSystem implements Registerable {
 
                        // Entry was found so the government can no more pay a training
                        $alreadyPayed = true;
-               } // END - if
+               }
 
                // Return the result
                return $alreadyPayed;
@@ -126,7 +126,7 @@ class SimplifiedGovernment extends BaseFrameworkSystem implements Registerable {
 
                        // Entry found, so lets have a look if this government wants to again...
                        $maximumPayed = true;
-               } // END - if
+               }
 
                // Return the result
                return $maximumPayed;