aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/StudipTransformFormat.php
diff options
context:
space:
mode:
authorElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2022-11-15 09:56:15 +0000
committerElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2022-11-15 09:56:15 +0000
commita574a5c1b352b6c016cc132c561bebdbe0996f8d (patch)
tree4d1e2d76fa62cbe973852e877084d454267d61bf /lib/classes/StudipTransformFormat.php
parentf1b2dce1a89e2d53492375f5f2847a5c498caa07 (diff)
disable and deprecate transformBeforeSave(), fixes #1601
Closes #1601 Merge request studip/studip!1159
Diffstat (limited to 'lib/classes/StudipTransformFormat.php')
-rw-r--r--lib/classes/StudipTransformFormat.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/classes/StudipTransformFormat.php b/lib/classes/StudipTransformFormat.php
index 9b56d1a..04cf7a3 100644
--- a/lib/classes/StudipTransformFormat.php
+++ b/lib/classes/StudipTransformFormat.php
@@ -12,6 +12,7 @@
/**
* Format class to transform text before it is saved into the database.
+ * @deprecated since Stud.IP 5.3
*/
class StudipTransformFormat extends TextFormat
{