Closed (fixed)
Project:
Drupal core
Component:
block.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2005 at 13:19 UTC
Updated:
9 Oct 2005 at 22:20 UTC
Block module has a IN('%s') SQL portion when selecting block regions, while block regions are numbers, so passing on multiple regions (as it is with the 'all' region parameter by default) results in IN('0, 1') and this is incorrect to match integers. Correct form is IN(0, 1).
Spotted while upgrading to Drupal 4.6.2. This might be a problem in HEAD too, since this seems to be related to the multiple block regions patch.
| Comment | File | Size | Author |
|---|---|---|---|
| Drupal.block-selection-fix.patch | 824 bytes | gábor hojtsy |
Comments
Comment #1
dries commentedCommitted to HEAD and DRUPAL-4-6.
Comment #2
(not verified) commentedComment #3
(not verified) commentedComment #4
(not verified) commentedComment #5
ghandi commentedComment #6
(not verified) commentedComment #7
(not verified) commentedComment #8
(not verified) commented