X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_links.php;h=69c19b7ae209d42fd12a7d455f99cf4d727609ed;hb=e1235e719b767d6693976c3d24489beaa38a3667;hp=fcdd8aadfee5abba9509715d0f262ee423b91b11;hpb=28658f05b4711aec4da763c659f340e543ce3573;p=mailer.git diff --git a/inc/modules/admin/what-list_links.php b/inc/modules/admin/what-list_links.php index fcdd8aadfe..69c19b7ae2 100644 --- a/inc/modules/admin/what-list_links.php +++ b/inc/modules/admin/what-list_links.php @@ -1,7 +1,7 @@ ".$id.""; + $LINK = "".$id.""; break; case 'BONUS': $result_data = SQL_QUERY_ESC("SELECT `subject`, `timestamp`, `cat_id` FROM `{?_MYSQL_PREFIX?}_bonus` WHERE `id`=%s LIMIT 1", array(bigintval($id2)), __FILE__, __LINE__); $type = 'bonusid'; $DATA = $id2; $PROBLEM = getMessage('BONUS_MAIL_PROBLEM'); - $LINK = "".$id2.""; + $LINK = "".$id2.""; break; default: // Problem in application detected!