diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php
index 7fcf408eb1..49ddacee42 100644
--- a/phpgwapi/inc/class.html.inc.php
+++ b/phpgwapi/inc/class.html.inc.php
@@ -536,7 +536,10 @@ class html
$tab2a .= ',separator,insertdate,inserttime';
break;
default:
- // echo $plugin .'
';
+ if(strstr($plugin,'='))
+ {
+ $init .= ','. str_replace('=',':',$plugin);
+ }
}
}
}