Remove debug, fix bug with link of related action

This commit is contained in:
Dany De Bontridder 2012-06-02 10:55:50 +00:00
parent a69ad3d348
commit 810ca4c6c9
7 changed files with 7 additions and 9 deletions

View file

@ -85,7 +85,7 @@ if ( $sub_action=="update" )
$act2=new Follow_Up($cn);
$act2->fromArray($_POST );
$sub_action="detail";
put_global(array(array('key'=>"sa","value"=>"detail")));
$act2->Update();
}
//----------------------------------------------------------------------