Commit 7553b4a65705b63814e2dc03838fc1d1bee91ae3

Authored by michael
1 parent 8935ed92

removed debug output


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2785 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitBL.php
@@ -44,7 +44,6 @@ if (checkSession()) { @@ -44,7 +44,6 @@ if (checkSession()) {
44 // if a new unit has been added 44 // if a new unit has been added
45 // coming from manual edit page 45 // coming from manual edit page
46 if (isset($fForStore)) { 46 if (isset($fForStore)) {
47 - $oPatternCustom->setHtml("hello");  
48 47
49 $oUnit = Unit::get($fUnitID); 48 $oUnit = Unit::get($fUnitID);
50 49