Awesome, thanks man. I haven't tested it either, but it looks like that should work.
--------------- Added [DATE]1194736320[/DATE] at [TIME]1194736320[/TIME] ---------------
Ok, it did work. It added the extra query, but it works.
You have to be careful and make sure it's like this though:
Code:
$datastore_fetch[] = "'dropmenu'";
Doing it without both sets of quotes makes everything (including the admincp) inaccessbile until you go in and correct it in both the plugin table and the datastore entry. They try to warn against it in the code, but I wasn't exactly sure what it meant.