Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
block.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
26 Apr 2009 at 16:42 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damien tournoud commentedTagging Novice.
Comment #2
reaneyk commentedI'm assuming this does not belong in the install file since it is not doing anything?
Comment #3
reaneyk commentedHere's a patch with the update function removed. I also noticed that the system module is doing the table name updates in system_update_7012. Should this be a modification made in a block module update?
Comment #4
reaneyk commentedComment #5
catchThis was added in #345866: remove $op from hook_block(): Documentation - looks like it may just have been cruft left over from an earlier revision of the patch.
Comment #6
dries commentedCommitted to CVS HEAD. Thanks!