ADMIN_MEMBER_SELECTION_BOX() does now return a select-tag with the member list
[mailer.git] / inc / functions.php
index db1e00d4ecfabe142d9e1487c1c7879a06a259c9..c73058b0a52d1d88e0751a55f50c02ad3f6f4d81 100644 (file)
@@ -53,6 +53,7 @@ function is_INCWritable($inc) {
 // Open a table (you may want to add some header stuff here)
 function OPEN_TABLE($PERCENT = "", $CLASS = "", $ALIGN="left", $VALIGN="", $td_only=false) {
        global $table_cnt;
+
        // Count tables so we can generate CSS classes for every table... :-)
        if (empty($CLASS)) {
                // Class is empty so count one up and create a class
@@ -904,7 +905,7 @@ function MAKE_TIME($H, $M, $S, $stamp) {
 }
 //
 function LOAD_URL($URL, $addUrlData=true) {
-       global $CSS, $_CONFIG, $link, $db, $footer;
+       global $CSS, $_CONFIG, $footer;
 
        // Check if http(s):// is there
        if ((substr($URL, 0, 7) != "http://") && (substr($URL, 0, 8) != "https://")) {
@@ -2409,7 +2410,7 @@ function HANDLE_EXTRA_VALUES ($filterFunction, $value, $extraValue) {
                        // If we have an array simply use it and pre-extend it with our value
                        if (is_array($extraValue)) {
                                // Make the new args array
-                               $args = array_merge(array($vaue), $extraValue);
+                               $args = array_merge(array($value), $extraValue);
                        } // END - if
 
                        // Call the multi-parameter call-back