]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/harbors/class_Harbor.php
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration...
[shipsimu.git] / application / ship-simu / main / constructions / harbors / class_Harbor.php
index eb2f6f37c555528b7bc39099291a42c73ecaf1da..6509f45d274b484b0423ce68164413a14def5bc4 100644 (file)
@@ -43,7 +43,7 @@ class Harbor extends BaseConstruction {
                $this->setObjectDescription("Hafen");
 
                // Generate unique ID number
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Clean up a little
                $this->removeSystemArray();