diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-03-14 17:02:49 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-03-14 17:02:49 +0000 |
| commit | f2f70529462f10f08d7a0ca57bfb50c80e645fa4 (patch) | |
| tree | 70f5a8ac0dc5c1b1792d4bed9a695a748726a43c | |
| parent | 39019d5827590dae96c75ae97ca267c6622c68e2 (diff) | |
remove transformBeforeSave() function, fixes #3159
Closes #3159
Merge request studip/studip!2137
| -rw-r--r-- | lib/visual.inc.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/visual.inc.php b/lib/visual.inc.php index 91b3342..2ddcd46 100644 --- a/lib/visual.inc.php +++ b/lib/visual.inc.php @@ -155,17 +155,6 @@ function blubberReady($text, $trim=TRUE) { return $formatted !== '' ? sprintf(FORMATTED_CONTENT_WRAPPER, $formatted) : ''; } -/** - * Obsolete function for compatibility, returns text unchanged. - * - * @param string $text Marked-up text. - * @return string Marked-up text. - * @deprecated since Stud.IP 5.3 - */ -function transformBeforeSave($text){ - return $text; -} - //////////////////////////////////////////////////////////////////////////////// /** |
