+2010-08-27 Steffen Gebert <steffen@steffen-gebert.de>
+
+ * Fixed bug #15579: Deprecation text of t3lib_div::fixed_lgd_pre() refers to deprecated function t3lib_div::fixed_lgd() (Thanks to Markus Klein)
+
2010-08-27 Ernesto Baschny <ernst@cron-it.de>
* Fixed bug #1728: Comma separated list don't accept spaces at "db_layout" in the 'addTables' feature (thanks to Niels Pardon)
* @param string string to truncate
* @param integer must be an integer of at least 4
* @return string new string
- * @deprecated since TYPO3 4.1 - Use either fixed_lgd() or fixed_lgd_cs() (with negative input value for $chars)
+ * @deprecated since TYPO3 4.1 - Use t3lib_div::fixed_lgd_cs() instead (with negative input value for $chars)
* @see fixed_lgd()
*/
public static function fixed_lgd_pre($string,$chars) {