I always preferred not installing modules unless absolutely necessary. This patch will remove the dependency for the Checkbox Validate module.

CommentFileSizeAuthor
#1 legal.module.patch876 bytesgsutcliffe
#1 legal.info_.patch538 bytesgsutcliffe

Comments

gsutcliffe’s picture

StatusFileSize
new538 bytes
new876 bytes

Bug in the patch. It was checking the form before being submitted as well. Obviously bad. So here is the new patch. Is there anyway I can change the status? I meant to save it as "code needs review".

EvanDonovan’s picture

Status: Patch (to be ported) » Needs review

Status changed. Does this patch simply include the code for the Checkbox Validate module or does it implement this functionality a different way?

sun’s picture

Status: Needs review » Closed (won't fix)

As long as the bug in Drupal core exists, checkbox_validate module is required. Duplicating code is the worst you can do. This won't fix.