Closed (fixed)
Project:
Style Stripper
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Mar 2009 at 11:55 UTC
Updated:
27 Dec 2009 at 13:02 UTC
Jump to comment: Most recent file
After a setting for a theme have been saved and your rescanning for new css files All the settings are deleted for the themes.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | stylestripper.module.patch | 824 bytes | pedropablo |
Comments
Comment #1
beltofteComment #2
pedropablo commentedThat'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
Comment #3
beltofteI have committet the fix from #2.
Comment #4
beltofte