From: <tr...@us...> - 2003-02-12 16:18:03
|
Update of /cvsroot/basedb/basedb/www In directory sc8-pr-cvs1:/tmp/cvs-serv19904/www Modified Files: gene_export.phtml Log Message: adressed problem with pubsetbuf Index: gene_export.phtml =================================================================== RCS file: /cvsroot/basedb/basedb/www/gene_export.phtml,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** gene_export.phtml 22 Jan 2003 08:01:58 -0000 1.31 --- gene_export.phtml 12 Feb 2003 16:17:54 -0000 1.32 *************** *** 134,137 **** --- 134,138 ---- // rest of eternity. set_time_limit(300); + ob_implicit_flush(1); $format = max(1, min(7, (int)$i_fmt)); *************** *** 169,172 **** --- 170,174 ---- $prog->setUsedColumns($i_cols); $prog->setUsedFields($i_fields); + ob_implicit_flush(1); } |