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