openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

commit b6f61e1aa404a75a5a022392bc20836ce94e830f
parent ca3f61cb0954994861bec532536b4ff849745b02
Author: Jan Dankert <develop@jandankert.de>
Date:   Sat, 18 May 2019 21:38:32 +0200

Removed: Nicht mehr benötigte Methode Text::maxLaenge()

Diffstat:
modules/util/Text.class.php | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git a/modules/util/Text.class.php b/modules/util/Text.class.php @@ -41,18 +41,6 @@ class Text return $text; } - /** - * Alias fuer Methode maxLength() - * - * @param $text - * @param $laenge - * @return string - * @deprecated use maxlength() ! - */ - public static function maxLaenge($text, $laenge) - { - return Text::maxLength($text,$laenge); - } /**