Commit c73cec6fdf09163fbe99bdbfdb3aa038f591b5ee

Authored by Michael Joseph
1 parent ef74d955

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 44 // if a new unit has been added
45 45 // coming from manual edit page
46 46 if (isset($fForStore)) {
47   - $oPatternCustom->setHtml("hello");
48 47  
49 48 $oUnit = Unit::get($fUnitID);
50 49  
... ...