Open customfields edit dialog as popupinc/class.customfields.inc.php

This commit is contained in:
Hadi Nategh 2014-10-30 15:23:09 +00:00
parent ae282257dc
commit 063f034e20

View File

@ -64,7 +64,7 @@ function ajax_exception_handler(Exception $e)
}
// set our own exception handler, to not get the html from eGW's default one
set_exception_handler('ajax_exception_handler');
//set_exception_handler('ajax_exception_handler');
if (isset($_GET['menuaction']))
{