Patch updates print_query_string_encode() to match the latest drupal_query_string_encode().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | print.module-301192-1_DRUPAL-6--1.patch | 1.06 KB | darren oh |
| print.module_DRUPAL-6--1.patch | 1.21 KB | darren oh |
Patch updates print_query_string_encode() to match the latest drupal_query_string_encode().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | print.module-301192-1_DRUPAL-6--1.patch | 1.06 KB | darren oh |
| print.module_DRUPAL-6--1.patch | 1.21 KB | darren oh |
Comments
Comment #1
darren ohWrong patch. Here is the one I was describing.
Comment #2
jcnventuraHi,
There was a reason why the print version is not recursive (and does not need the parent parameter): it's supposed that the query in the original URL doesn't have arrays anymore!
How did you come by this problem?
João
Comment #3
darren ohI created a view with exposed filters. One of the filters was numeric, which returns an array of values for comparison (min, max, value). Having a printer-friendly link on this page caused the following error when filters were applied:
Comment #4
fonant commentedI think this can be fixed more cleanly, also solving other double-encoded problems, by fixing drupal_query_string_encode() itself: http://drupal.org/node/285496
Comment #5
jcnventuraHi,
Just committed the patch you provided. Thanks!
João
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.