really a mysql question
-
hello! when I set things up I took the default on ‘allowedusers’ being able to upload files. now I want to change that. I want to set the minimum level to a higher value.
I think it best to alter the mysql table directly. unfortunately I can’t use phpmyadmin or such, I must do it by hand. I am not sure how to compose the sql command.
the following snippet from upgrade-functions.php illuminates the table structure – I want to alter the ‘option_value’ field which in my case is now empty:
“37” => “INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level, option_width) VALUES (37,’fileupload_allowedusers’, 3
, ”, ‘…or you may authorize only some users. enter their logins here, separated by spaces. if you leave this variable blank, all users who have the minimum level are authorized to upload. examp
le: \’barbara anne george\”, 8, 30)”,
help with the incantation? thanks.
Felmon
- The topic ‘really a mysql question’ is closed to new replies.