]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
XML parser introduced, ext-surfbar rewritten, more EL code:
[mailer.git] / inc / template-functions.php
index 4cf55879756758e8146aad711a04519ce817c1e4..eeba4db76cad0d6327f1c39de93eae5f23938e0b 100644 (file)
@@ -1611,7 +1611,7 @@ function sendModeMails ($mod, $modes) {
 }
 
 // Generates a 'selection box' from given array
-function generateSelectionBoxFromArray (array $options, $name, $optionValue, $optionContent = '', $extraName = '') {
+function generateSelectionBoxFromArray ($options, $name, $optionValue, $optionContent = '', $extraName = '') {
        // Start the output
        $OUT = '<select name="' . $name . '" size="1" class="form_select">
 <option value="X" disabled="disabled">{--PLEASE_SELECT--}</option>';