Hi,
in page "modules" filter by state doesn't work.
At line 222 of module drupal_tweaks.admin.modules.inc "args" is not passed to "db_query".
The line should be:

$result = db_query('SELECT * FROM {system} s '. $filter['join'] . ' ' . $filter['where'] .' ORDER BY s.weight DESC',$filter['args']);

or something similar.

Cheers,
:D.

Comments

Andy B’s picture

sub
I will have to try this out and see if it is a go or not. Sorry you had to wait so long for developers to answer (of which they haven't yet). Unfortunately, It looks like this module has [loads] of problems that need sorting out. It has good potential though!

kenorb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.