michaelctorres / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

Manage Files by client #432

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Is there a fix for same issue with r561 ? same issue is happening !! 

Original comment by LUTRAM...@gmail.com on 22 Jul 2014 at 8:43