Closed (fixed)
Project:
Content moderation
Version:
6.x-1.4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2010 at 07:33 UTC
Updated:
29 Sep 2010 at 15:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
devkinetic commentedCorrect method implemented. You must run update.php for this patch to update blocks
Comment #2
eugenmayer commentedactually there is a different way by using the cache operation, http://api.drupal.org/api/function/hook_block/6
i implemented 'cache' and returning BLOCK_NO_CACHE now
Comment #3
eugenmayer commentedimplementing your update hook though, as iam not sure when it is called ( probably only on block edit). Thank you very much for the report and contribution!
Comment #4
devkinetic commentedGood catch, Yes if the module has already been setup you need that update hook to update the DB. Where as if you were installing the module for the first time that would not be an issue.