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