set info_link_title with info_from if no info_link_id

This commit is contained in:
Ralf Becker 2003-07-06 09:01:13 +00:00
parent 26dff7a46d
commit 6a8f193c24

View File

@ -125,6 +125,10 @@
//echo " title='$title'</p>\n";
return $title;
}
else
{
$info['info_link_title'] = $info['info_from'];
}
return False;
}