]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/surfbar_functions.php
Mails for confirmed URL migration mail->surfbar added
[mailer.git] / inc / libs / surfbar_functions.php
index da4aba5a0c4e9a97f916fc22642469a5e71c213f..bdc6cd749c177e0cced6d370078b6194327d633e 100644 (file)
@@ -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);
 }
        // 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
 //
 // -----------------------------------------------------------------------------
 //                               Generic functions