Revision 1935
Added by darkviper over 12 years ago
| search_modext.php | ||
|---|---|---|
| 323 | 323 |
); |
| 324 | 324 |
echo str_replace($vars, $values, $func_results_loop_string); |
| 325 | 325 |
if($func_enable_flush) { // ATTN: this will bypass output-filters and may break template-layout or -filters
|
| 326 |
ob_flush();flush(); |
|
| 326 |
// ob_flush();flush();
|
|
| 327 | 327 |
} |
| 328 | 328 |
return true; |
| 329 | 329 |
} |
Also available in: Unified diff
fixed headers_sent problem in /upgrade_script.php
fixed problem with output buffer in /search/search_modext.php