예제 #1
0
 /**
  * @deprecated use nl2br, instead
  * @todo Remove in version 1.4 - there are no other occurrences in the core
  * Enter description here ...
  * @param $text
  */
 function oopsNl2Br($text)
 {
     icms_core_Debug::setDeprecated('icms_core_DataFilter::nl2br', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
     return icms_core_DataFilter::nl2br($text);
 }