Commit c73cec6fdf09163fbe99bdbfdb3aa038f591b5ee
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
Showing
1 changed file
with
0 additions
and
1 deletions
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 |