watchdog('linkchecker','Changed permanently moved link in comment %comment from %src to %dst.',array('%comment'=>$comment['cid'],'%src'=>$link->url,'%dst'=>$response->redirect_url),WATCHDOG_INFO);
}
...
...
@@ -521,7 +523,8 @@ function _linkchecker_status_handling($link, $response) {
// BOXES: Autorepair all boxes having this outdated link.
$res=db_query("SELECT * FROM {linkchecker_boxes} WHERE lid = %d",$link->lid);
while($row=db_fetch_object($res)){
$box_original=$box=block_box_get($row->bid);
$box=block_box_get($row->bid);
$box_original=drupal_clone($box);
// Create array of box fields to scan.
$text_items=array();
...
...
@@ -534,7 +537,7 @@ function _linkchecker_status_handling($link, $response) {