Packager script for latest dev version added, misc fixes, captcha verifier filter...
[shipsimu.git] / application / ship-simu / main / personell / class_SimulatorPersonell.php
index 08d69386eda6641c0d67d4a748c146b26ba49bed..fc142cf748d9805b36845d3af50fad88e04a13cb 100644 (file)
@@ -191,7 +191,7 @@ class SimulatorPersonell extends BasePersonell {
        // Add new personell object to our list
        public function addRandomPersonell () {
                // Gender list...
-               $genders = array('M', 'F');
+               $genders = array("M", "F");
 
                // Create new personell members
                $personellInstance = new SimulatorPersonell();
@@ -245,7 +245,7 @@ class SimulatorPersonell extends BasePersonell {
                $this->setCacheCond($serialized);
 
                // Create cached list
-               $this->setAllCacheList(new FrameworkArrayObject("FakedCacheList"));
+               $this->setAllCacheList(new FrameworkArrayObject('FakedCacheList'));
 
                // Search all unemployed personells
                for ($idx = $this->personellList->getIterator(); $idx->valid(); $idx->next()) {