X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fextended%2Fclass_ObjectLimits.php;h=fbfda6c753e07789b62c2b8e5d01f7d0d4ae4e20;hp=0f9ea835e08f41f6e8e1a81e47e910c9ac59d264;hb=d527a312ec4b2983fc0ecda2179ce335c1a5a1f9;hpb=b44e5e7347f9a1dbd49b5b47d506a4f6526caf2f diff --git a/inc/classes/main/extended/class_ObjectLimits.php b/inc/classes/main/extended/class_ObjectLimits.php index 0f9ea83..fbfda6c 100644 --- a/inc/classes/main/extended/class_ObjectLimits.php +++ b/inc/classes/main/extended/class_ObjectLimits.php @@ -5,9 +5,10 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.ship-simu.org + * @deprecated * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -93,7 +94,7 @@ class ObjectLimits extends BaseFrameworkSystem { // Auto-initialization if (is_null($this->limitArray)) { // Initialize this array - $this->limitArray = new FrameworkArrayObject("FakedLimitArray"); + $this->limitArray = new FrameworkArrayObject('FakedLimitArray'); } // Add the object's name to it