Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Feb 2012 at 21:04 UTC
Updated:
14 Oct 2012 at 18:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jmaties commentedA good solution
Comment #2
felix2468 commentedWorks perfectly for me - thanks. I jumped from 7.9 to 7.12 last night, I disabled WebForms module after the upgrade but it seems it left some code behind.
Comment #3
valthebaldThe patch is hiding problem instead of solving it.
In
$max_elements is expected to be integer (constant DRUPAL_WEIGHT_SELECT_MAX = 100),
converting it to string 'DRUPAL_WEIGHT_SELECT_MAX' make $max_elements evaluate to 0, which, I think, was not an intent