mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
set info_link_title with info_from if no info_link_id
This commit is contained in:
parent
26dff7a46d
commit
6a8f193c24
@ -125,6 +125,10 @@
|
|||||||
//echo " title='$title'</p>\n";
|
//echo " title='$title'</p>\n";
|
||||||
return $title;
|
return $title;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
$info['info_link_title'] = $info['info_from'];
|
||||||
|
}
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user