Loading...
 
Skip to main content

thresold...

Status
Closed
Subject
thresold...
Category
  • Consistency
Feature
Comment
i18n (Multilingual, l10n, Babelfish)
Resolution status
Rejected
Submitted by
Daniel Germer
Lastmod by
Marc Laporte
Rating
(0)
Description

I put it on Prio 2 (how important is spelling???)
In tiki-setup.php and other files
the word thresold is used to refer to threshold
this is obviously a spelling error and happens also in the same file for comments_thresh?old

apart from those two thresold only appears in some comments, all of which can be changed without affecting functions.

(egrep -rn thresold /tikiDirectory/)

Solution

just change the files (by hand or via a script)

find ./ \( -name \*.tpl -o -name \*.php -o -name \*.js \) -type f \
-exec sh -c "sed -r 's/thresold/threshold/g' {} > {}.new; exec mv {}.new {}" \;

Importance
2
Priority
10
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
133
Created
Monday 25 April, 2005 15:12:30 UTC
by Unknown
LastModif
Thursday 23 September, 2021 13:28:11 UTC


Show PHP error messages