From 256deada9feb6bd29e3d95fcf8b657307dd05615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Mon, 14 Nov 2005 21:27:11 +0000 Subject: [PATCH] fix, sorry --- phpgwapi/inc/class.html.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index 7a65bd050d..02faaec510 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -525,6 +525,7 @@ class html case 'SearchReplace' : $plugs .= ',searchreplace'; $tab1a .= ',separator,search,replace'; + break; case 'InsertDateTime' : $plugs .= ',insertdatetime'; $tab2a .= ',separator,insertdate,inserttime';