function Comment_unapproved($comment)
 {
     if ($comment->comment_agent != 'AL2FB') {
         WPAL2Int::Delete_fb_link_comment($comment);
     }
 }