]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/personell/company/class_CompanyEmployee.php
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration...
[shipsimu.git] / application / ship-simu / main / personell / company / class_CompanyEmployee.php
index 36b97c4da1e0c1e284de68e507afe0f6b1efdeee..53c1ab4522bd14d4bd80718b3c981116106c48b0 100644 (file)
@@ -34,7 +34,7 @@ class CompanyEmployee extends SimulatorPersonell {
                $this->setObjectDescription("Firmenangestellte(r)");
 
                // Create unique ID
                $this->setObjectDescription("Firmenangestellte(r)");
 
                // Create unique ID
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Clean up a little
                $this->removeSystemArray();
 
                // Clean up a little
                $this->removeSystemArray();