1.) fixed deleting input and output doc and dynaform code

2.) Added saving function code for output doc
This commit is contained in:
safan
2010-12-14 15:07:01 +00:00
parent 4f80533460
commit 9ff7710427
6 changed files with 157 additions and 59 deletions

View File

@@ -44,7 +44,10 @@ try {
require_once 'classes/model/ObjectPermission.php';
G::LoadClass( 'processMap' );
$sfunction =$_POST['function'];
if(isset($_POST['function']))
$sfunction =$_POST['function'];
else
$sfunction =$_POST['functions'];
switch($sfunction){
case 'getRelationInfDoc':