Commit 7b02281af5aaf418f37420995c3c7899db5275c1

Authored by Michael Joseph
1 parent ed0d5b9c

removed commented out code


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2329 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php
... ... @@ -52,7 +52,6 @@ if (checkSession()) {
52 52 }
53 53 // otherwise, go to the list page
54 54 controllerRedirect("listDocFields", "");
55   - //$oPatternCustom->setHtml(getEditPageSuccess());
56 55 } else {
57 56 // if fail print out fail message
58 57 $oPatternCustom->setHtml(getEditPageFail());
... ...