X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=f4b8f68b43b79f79f81ede0d7881bfc1e57d4bf8;hp=cd1eddf236e914c1e55ca1d592837e7b78aa9081;hb=8fc1c99d323e7599dd91071a5a772261b5d079a7;hpb=9bd8a51d553d07c64aebb230714c5fd87258cc57 diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index cd1eddf236..f4b8f68b43 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] ?>