From 4cd6a23b8c2a5f20f51d2a53b65bd7586e367a3c Mon Sep 17 00:00:00 2001 From: Christian A. Weber Date: Tue, 19 Jun 2018 18:53:09 +0200 Subject: remove bogus function that nobody uses, fix comment of transmogrify() --- it_text.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_text.class') diff --git a/it_text.class b/it_text.class index 4481434..a8782ce 100644 --- a/it_text.class +++ b/it_text.class @@ -228,7 +228,7 @@ function set($label, $text = null, $language = null) /** - * Replaces variables of the form {obj.var} with value from $values, e.g. {user.name}, or result of a func, e.g. {LU:foo.html} + * Replaces variables of the form {obj.var} with value from $values, e.g. {user.name}, or result of a func, e.g. {LU(//www/terms)} * NOTE: Invalid object names or non-existing variables are simply deleted. */ function transmogrify($text, $values = null, $label = null, $allowedfuncs = null) -- cgit v1.2.3