Added Ext Js functions of new processmap

This commit is contained in:
safan
2010-12-07 06:55:41 +00:00
parent 1f2701af2d
commit 609c5e0339

View File

@@ -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