Closed (fixed)
Project:
Basic webmail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 00:07 UTC
Updated:
20 Aug 2013 at 02:51 UTC
These functions functions have been commented out in the most confusing of manners. Are they broken?
/**
* Process an individual attachment.
*
* @param form_id
* The form ID of the passed form.
* @param $form_state
* The form values of the passed form.
* / << the space added here
Comments
Comment #1
oadaeh commentedThe original intent was to pull that functionality out of other places I was using it to reduce code and possibly streamline it. I must have been distracted and never finished it.
I have no idea at this point if they are functioning or not, but the original code is still in place, so it must not be. I frequently comment out stuff I'm working on like that when I'm not really ready for it to go live.
I can't believe I committed it as it is, but that must have been included as part of some other commit.
Comment #2
oadaeh commentedNot that you care any more, but I've removed the commented code.