X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=e989dd9a79aa392fe0d4847acf4dc69debbc1831;hb=72ac9f672704438aabc4f4bada7f5c3b40499f1a;hp=64ac4a9660af8fd81e9d710b354aabeb447ae24e;hpb=735545e765720a954a345bc068239e2fffa0dbe1;p=mailer.git diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 64ac4a9660..e989dd9a79 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] ?>