I guess it's a question for Jan :
What is the point of the :
Code: Select all
<form action="'.$this->request_url.'" method="post" name="adminForm">';Is it safe to remove it ? Or is there any hidden surprise ?
Thanks a lot

Code: Select all
<form action="'.$this->request_url.'" method="post" name="adminForm">';

