public-sendecard.php
The CASE body must start on the line following the statement Open
Open
case 'send':
- Exclude checks
The DEFAULT body must start on the line following the statement Open
Open
default:
- Exclude checks
The CASE body must start on the line following the statement Open
Open
case 'default':
- Exclude checks
Line exceeds 120 characters; contains 124 characters Open
Open
$form->addElement(new \XoopsFormText(_MD_EXTGALLERY_FROM_EMAIL, 'ecard_fromemail', '70', '255', $fromEmail), false);
- Exclude checks
Line exceeds 120 characters; contains 121 characters Open
Open
$form->addElement(new \XoopsFormText(_MD_EXTGALLERY_FROM_NAME, 'ecard_fromname', '70', '255', $fromName), false);
- Exclude checks