mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Implement Import dialog No notifications checkbox
This commit is contained in:
parent
49a9a35ac8
commit
66b22128c4
@ -346,7 +346,10 @@ class infolog_import_infologs_csv implements importexport_iface_import_plugin {
|
|||||||
$this->results[$_action]++;
|
$this->results[$_action]++;
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
$result = $this->boinfolog->write( $_data, true, 2); // 2 = dont touch modification date
|
$result = $this->boinfolog->write(
|
||||||
|
$_data, true, 2,true, // 2 = dont touch modification date
|
||||||
|
$this->definition->plugin_options['no_notification']
|
||||||
|
);
|
||||||
if(!$result)
|
if(!$result)
|
||||||
{
|
{
|
||||||
if($result === false)
|
if($result === false)
|
||||||
|
Loading…
Reference in New Issue
Block a user