= {?login_timeout?} LIMIT 1', array( getMemberId() ), __FUNCTION__, __LINE__ ); // Updated entry? $bonus = (!SQL_HASZEROAFFECTED()); } // END - if if (($bonus === true) && (getRequestParameter('mode') == 'bonus')) { // Output message with added points $GLOBALS['message'] .= '
{--MEMBER_BONUS_LOGIN_BONUS_ADDED--}
'; } else { // No login bonus added! $GLOBALS['message'] .= '
{--MEMBER_BONUS_LOGIN_BONUS_NOT_ADDED--}
'; } // Return data //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'Done!'); return $data; } // Filter for generating admin mail links for bonus mails function FILTER_GENERATE_BONUS_MAIL_LINKS ($data) { // Is the type 'bid'? if ($data['type'] == 'bid') { // Load template $data['__output'] .= loadTemplate('admin_links_bonus_mail', true, $data); } // END - if // Return data return $data; } // [EOF] ?>