fix for empty or zero id in call to bolink::tile

This commit is contained in:
Ralf Becker 2006-03-02 19:21:55 +00:00
parent 2d7c4441f1
commit 8fc1ad4184

View File

@ -440,6 +440,8 @@
{
echo "<p>bolink::title('$app','$id')</p>\n";
}
if (!$id) return '';
if ($app == $this->vfs_appname)
{
if (is_array($id) && $link)