Index: /mods/wpsg_mod_produktartikel.class.php
===================================================================
--- /mods/wpsg_mod_produktartikel.class.php	(revision 7694)
+++ /mods/wpsg_mod_produktartikel.class.php	(revision 7695)
@@ -139,5 +139,5 @@
                         'max' => sizeof($arProductIDs),
                         'product_ids' => $arProductIDs
-                    ));
+                    ), false, false, WPSG_SANITIZE_NONE);
     
                     $this->shop->addBackendMessage(__('Zuordnungen werden neu aufgebaut. Bitte schlieÃen Sie die Seite nicht bis der Vorgang abgeschlossen ist.', 'wpsg'));
@@ -145,5 +145,5 @@
                 } else {
     
-                    $this->shop->update_option('wpsg_mod_produktartikel_rebuild', null);
+                    \update_option('wpsg_mod_produktartikel_rebuild', null);
     
                     $this->shop->addBackendMessage(__('Ein Aufbau der Zuordnung nicht nicht notwendig.', 'wpsg'));
@@ -199,5 +199,5 @@
     
                     $arToDo['product_ids'] = $arProductIDs;
-                    $this->shop->update_option('wpsg_mod_produktartikel_rebuild', $arToDo);
+                    $this->shop->update_option('wpsg_mod_produktartikel_rebuild', $arToDo, false, false, WPSG_SANITIZE_NONE);
                     $done = 1 - (sizeof($arProductIDs) / $arToDo['max']);
     
@@ -206,5 +206,5 @@
                 {
     
-                    $this->shop->update_option('wpsg_mod_produktartikel_rebuild', null);
+                    \update_option('wpsg_mod_produktartikel_rebuild', null);
                     $done = 1;
     
