Closed (duplicate)
Project:
CAPTCHA
Version:
5.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2007 at 08:19 UTC
Updated:
18 Sep 2007 at 14:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachWould removing it make more sense since that same exact line exists right after the switch?
I attached a patch too.
Comment #2
soxofaan commentedI wouldn't do that for clarity of the code in the switch construct. The statements are indeed the same, but the context is a bit different (look for example at the comments).
Actually, it would be even better like this:
(now the statements are different)
see attached patch
Comment #3
soxofaan commentedThis issue will also be solved when the patch from http://drupal.org/node/169853 will be committed
Comment #4
robloachMoved over there... Thanks!