From 66b22128c4314dbf5a3f9b27cdf76e04f2948cc4 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 14 Jan 2013 22:59:08 +0000 Subject: [PATCH] Implement Import dialog No notifications checkbox --- infolog/inc/class.infolog_import_infologs_csv.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infolog/inc/class.infolog_import_infologs_csv.inc.php b/infolog/inc/class.infolog_import_infologs_csv.inc.php index a4f57ccac4..07d7757a83 100644 --- a/infolog/inc/class.infolog_import_infologs_csv.inc.php +++ b/infolog/inc/class.infolog_import_infologs_csv.inc.php @@ -346,7 +346,10 @@ class infolog_import_infologs_csv implements importexport_iface_import_plugin { $this->results[$_action]++; break; } 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 === false)