]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/class_ApplicationSelector.php
createUniqueID -> generateUniqueId renamed, dataset criteria added, registration...
[shipsimu.git] / application / selector / class_ApplicationSelector.php
index ac5f1adbb98a6a1c69a964e2a8e421cd2d2854fd..fffdd3d20fb4f3707e5cd3d746ab55c2c04cf0f2 100644 (file)
@@ -63,7 +63,7 @@ class ApplicationSelector extends BaseFrameworkSystem {
                $this->setObjectDescription("Applikationswechsler");
 
                // Create unique ID number
-               $this->createUniqueID();
+               $this->generateUniqueId();
 
                // Remove system array and thousand seperator
                $this->removeSystemArray();