X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fsurfbar_functions.php;h=bdc6cd749c177e0cced6d370078b6194327d633e;hp=da4aba5a0c4e9a97f916fc22642469a5e71c213f;hb=777553ad962957b53a4dc71cbf5cddfad9c4d1fa;hpb=143e78d4231adddd9e706cbf55ec5dd8c1651890 diff --git a/inc/libs/surfbar_functions.php b/inc/libs/surfbar_functions.php index da4aba5a0c..bdc6cd749c 100644 --- a/inc/libs/surfbar_functions.php +++ b/inc/libs/surfbar_functions.php @@ -277,6 +277,16 @@ function SURFBAR_MEMBER_RETREAT_ACTION ($urlData) { // Simply change the status here return SURFBAR_CHANGE_STATUS ($urlData['id'], $urlData['status'], $urlData['new_status'], $data); } +// Book an URL now (from migration) +function SURFBAR_MEMBER_BOOKNOW_ACTION ($urlData) { + // Create the data array for next function call + $data = array( + $urlData['id'] => $urlData + ); + + // Simply change the status here + return SURFBAR_CHANGE_STATUS ($urlData['id'], $urlData['status'], $urlData['new_status'], $data); +} // // ----------------------------------------------------------------------------- // Generic functions