From cd2a1ef6843d043335413a9c3aada10c9d063108 Mon Sep 17 00:00:00 2001 From: phamt Date: Wed, 13 Apr 2011 15:34:36 +0000 Subject: [PATCH] Commit changes to handle flushing output to browser. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9302 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/lib/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-UI/lib/functions.php b/xCAT-UI/lib/functions.php index 498e671c9..a78d82f50 100644 --- a/xCAT-UI/lib/functions.php +++ b/xCAT-UI/lib/functions.php @@ -104,6 +104,7 @@ function submit_request($req, $skipVerify, $opts_array){ if ($flush) { // Strip HTML tags from output if ($tmp = trim(strip_tags($str))) { + // Format the output based on what was given for $flush_format echo $tmp . '
'; flush(); }