mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
Remove debug
This commit is contained in:
parent
4e1a2bc048
commit
753ba3b006
@ -77,7 +77,6 @@ class etemplate_widget_link extends etemplate_widget
|
|||||||
|
|
||||||
if($attrs['type'] == 'link-list') {
|
if($attrs['type'] == 'link-list') {
|
||||||
$links = egw_link::get_links($app,$id,'','link_lastmod DESC',true, $value['show_deleted']);
|
$links = egw_link::get_links($app,$id,'','link_lastmod DESC',true, $value['show_deleted']);
|
||||||
_debug_array($links);
|
|
||||||
foreach($links as $link) {
|
foreach($links as $link) {
|
||||||
$value[] = $link;
|
$value[] = $link;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user