Commit d13bbd6e3db218c36d2a4a076e31a35c5a1adda5
1 parent
25201260
KTS-1654
"Activate Graphviz version of workflow" Commented this out completely as it will be replaced completely in future. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6703 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/admin/workflowsv2.php
| ... | ... | @@ -48,7 +48,7 @@ require_once(KT_LIB_DIR . '/groups/Group.inc'); |
| 48 | 48 | require_once(KT_LIB_DIR . '/roles/Role.inc'); |
| 49 | 49 | require_once(KT_LIB_DIR . '/widgets/portlet.inc.php'); |
| 50 | 50 | require_once(KT_LIB_DIR . '/widgets/forms.inc.php'); |
| 51 | -require_once(KT_DIR . "/thirdparty/pear/GraphViz.php"); | |
| 51 | +//require_once(KT_DIR . "/thirdparty/pear/GraphViz.php"); | |
| 52 | 52 | |
| 53 | 53 | class WorkflowNavigationPortlet extends KTPortlet { |
| 54 | 54 | var $oWorkflow; | ... | ... |