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