X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=cf854bf284f43b5a516a4b9ef1d0bac6179d2435;hb=05c5310de0991ba52c441670a315b89ee4f9db12;hp=13a0fce739768900e76644b92ae6df18134708f4;hpb=3bcb292dd0b55177499600c226d5d2aa8a932ce7;p=mailer.git diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 13a0fce739..cf854bf284 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -1,7 +1,7 @@ '; - debug_print_backtrace(); - die(' 0) && (fetchUserData($userId, $keyColumn))) { + // Now get the data back + $data = getUserData($valueColumn); + } // END - if + + // Return it + return $data; +} + // [EOF] ?>