diff --git a/workflow/engine/classes/class.processMap.php b/workflow/engine/classes/class.processMap.php index 2a1b1e9ee..40104281c 100644 --- a/workflow/engine/classes/class.processMap.php +++ b/workflow/engine/classes/class.processMap.php @@ -4236,25 +4236,6 @@ class processMap { } } - /** - * webEntry_new - * - * @param string $sProcessUID - * @return boolean true - * @throw Exception $oError - */ - function webEntry_new($sProcessUID) - { - try { - global $G_PUBLISH; - $G_PUBLISH = new Publisher ( ); - $G_PUBLISH->AddContent ( 'xmlform', 'xmlform', 'dynaforms/dynaforms_WebEntry', '', array ('PRO_UID' => $sProcessUID, 'LANG' => SYS_LANG ) ); - G::RenderPage ( 'publish', 'raw' ); - return true; - } catch ( Exception $oError ) { - throw ($oError); - } - } /* * Users assigned to Tasks