Code

Updated comment html
[gosa.git] / setup / main.inc
index fe41c80304c8d522d04480d1f9ca39bb36cc74ce..bce41ef68ff02ca28599b1f85ec7dd6974b016c3 100644 (file)
@@ -18,8 +18,6 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-restore_error_handler();
-
 /* Create a new setup class if necessary  */
 if (!isset($_SESSION['setup']) || (isset($_GET['reset']) && $_GET['reset'] == 1)){
   $_SESSION['setup']= new setup ();