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