Loading...
 
Skip to main content

trackers filter

Status
Closed
Subject
trackers filter
Version
6.x
Category
  • Error
  • Usability
Feature
Trackers
Resolution status
Fixed or Solved
Submitted by
Igor Balezin
Lastmod by
Ushindi Gedeon
Rating
(0)
Description

Syntax error is present in the file "lib/trackers/trackerlib.php" row 870:

syntax error
Copy to clipboard
... if (in_array($keys[0], array('<', '>', '<=', '>='))) { ...

Manual for function in_array()Question:

manual
Copy to clipboard
bool in_array ( mixed $needle , array $haystack [, bool $strict ] )

May be need correct row 870 for code:

syntax error
Copy to clipboard
... if (in_array(array('<', '>', '<=', '>='),$keys[0])) { ...

Solution
Workaround
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3776
Created
Monday 31 January, 2011 02:27:28 UTC
by Igor Balezin
LastModif
Tuesday 30 June, 2026 15:36:42 UTC


Show PHP error messages