X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=9de0106688795fd32e271459b3955db2ff1afe76;hb=62947352bd79291a551be2b5a5cb7c7b89516856;hp=9a40f9ea8356992695109e2d38284e44dead5aae;hpb=ca9005c019278284580b5f824d209afab5f6844b;p=mailer.git diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 9a40f9ea83..9de0106688 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] ?>