What steps will reproduce the problem?
1. As an administrator go to "Manage Clients" > then "Manage Files" for
individual client
2.
3.
What is the expected output? What do you see instead?
You should see only the files from the selected client. Instead you see all
files.
What version of the product are you using? On what operating system?
514
Solution:
manage-files.php, line 284, the WHERE statement isn´t applied to the database
query.
copy this statement ... if (isset($search_on)) {
and move it BELOW the database SELECT * FROM tbl_relations
Original issue reported on code.google.com by philipp....@gmail.com on 23 Jan 2014 at 9:10
Original issue reported on code.google.com by
philipp....@gmail.com
on 23 Jan 2014 at 9:10