After a setting for a theme have been saved and your rescanning for new css files All the settings are deleted for the themes.

CommentFileSizeAuthor
#2 stylestripper.module.patch824 bytespedropablo

Comments

beltofte’s picture

Assigned: Unassigned » beltofte
pedropablo’s picture

StatusFileSize
new824 bytes

That's true, I've found the same problem.

I solved this just enclosing the $fid=db_query(....) in the _stylestripper_admin_search_form_submit function with $fid=db_result(db_query(....))

Seems easy for someone versed in drupal api internals.... which, unfortunately, it is not my case :-(

I am not used to work with patches, I hope I have done it well

beltofte’s picture

Status: Active » Fixed

I have committet the fix from #2.

beltofte’s picture

Status: Fixed » Closed (fixed)