Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6613
Modified Files:
csv_export.php
Log Message:
Fixed #5725: Fatal error: Maximum execution time of 30 seconds exceeded during
CSV export.
Index: csv_export.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/csv_export.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- csv_export.php 24 May 2005 23:22:48 -0000 1.24
+++ csv_export.php 8 Jun 2005 22:09:13 -0000 1.25
@@ -20,6 +20,7 @@
?>
<?php auth_ensure_user_authenticated() ?>
<?php
+ helper_begin_long_process();
$t_page_number = 1;
$t_per_page = -1;
@@ -70,7 +71,7 @@
$t_function( '', 'ASC', COLUMNS_TARGET_CSV_PAGE );
}
}
-
+
echo $t_nl;
$t_header = ob_get_clean();
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
|