forked from extern/egroupware
Silence error log
This commit is contained in:
parent
254dab429a
commit
6c696a1db0
@ -95,7 +95,7 @@ class infolog_export_csv implements importexport_iface_export_plugin {
|
|||||||
}
|
}
|
||||||
if($cf_preload[$app]){
|
if($cf_preload[$app]){
|
||||||
$selects[$field] = egw_link::titles($app, $cf_preload[$app]);
|
$selects[$field] = egw_link::titles($app, $cf_preload[$app]);
|
||||||
error_log('Preload ' . $field . '['.$app . ']: ' . implode(',',$cf_preload[$app]));
|
//error_log('Preload ' . $field . '['.$app . ']: ' . implode(',',$cf_preload[$app]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user