diff options
Diffstat (limited to 'lib/visual.inc.php')
| -rw-r--r-- | lib/visual.inc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/visual.inc.php b/lib/visual.inc.php index 1c3cd9e..a4bb96e 100644 --- a/lib/visual.inc.php +++ b/lib/visual.inc.php @@ -173,14 +173,14 @@ function blubberReady($text, $trim=TRUE) { } /** - * Apply StudipTransformFormat rules to marked-up text. + * Obsolete function for compatibility, returns text unchanged. * * @param string $text Marked-up text. - * @return string HTML code computed by applying markup-rules. + * @return string Marked-up text. + * @deprecated since Stud.IP 5.3 */ function transformBeforeSave($text){ - $markup = new StudipTransformFormat(); - return $markup->format($text); + return $text; } //////////////////////////////////////////////////////////////////////////////// |
