Closed (duplicate)
Project:
Drupal core
Version:
x.y.z
Component:
block.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Dec 2004 at 02:45 UTC
Updated:
24 Dec 2004 at 06:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
TDobes commentedWhoops... here's a patch that puts the delete operation in a separate cell to conform with the rest of Drupal. Please use it instead of my original patch.
Comment #2
drummA similar fix is rolled into http://drupal.org/node/14158. The only difference is that patch removes the confusing 'operation' variable in favor of of a ternary operator (which one could argue is confusing as well, but at least they aren't nested).
Comment #3
Steven commentedMarking this as a duplicate of the above mentioned issue.