X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsession.inc;h=73f9253a939567fbe69249b2f175a2707658c859;hb=777ef96148b96c83d8e21a3d6e036ee8f2b3c607;hp=6de875b93bc78f3a81febbf9a816ef7b1a6be44b;hpb=d567a10b7925c8bb97c734e213d6651a979af29d;p=fa-stable.git diff --git a/includes/session.inc b/includes/session.inc index 6de875b9..73f9253a 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -131,7 +131,7 @@ include_once($path_to_root . "/includes/main.inc"); $Ajax =& new Ajax(); // intercept all output to destroy it in case of ajax call -register_shutdown_function('ob_end_flush'); +register_shutdown_function('end_flush'); ob_start('output_html',0); // colect all error msgs