Implement Import dialog No notifications checkbox

This commit is contained in:
Nathan Gray 2013-01-14 22:59:08 +00:00
parent 49a9a35ac8
commit 66b22128c4

View File

@ -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)