On Tue, 2 Jul 2002, Marc Delisle wrote:
Well I prefer this :)
echo ' <option value="">' .$strDatabases. '...</option>' . "\n";
Marc
I prefer it with the brackets () and an extra space between them and the
...'s
(databases) ...
Done.
Also 'users - check database privileges - database xxx' shouldnt show
'FILE' for users if they dont have 'INSERT' or 'UPDATE' privileges on
xxx, because 'FILE' is meaningless without permission to use the file, it is a global permission
switch which doesnt relate to the individual database unless the user
already has permission to modify that database.
With 1000 users all with FILE permission to upload their tables - it shows
them all when you select someone elses database.
Regards
Lance
I will add a bug entry also about this.