/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to services/biglist.php

  • Committer: Suren A. Chilingaryan
  • Date: 2018-03-23 22:36:55 UTC
  • Revision ID: csa@suren.me-20180323223655-ioglwyojj98ip3d1
Minor fix in adei_manager script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
ob_implicit_flush();
 
2
set_time_limit(60);
3
3
 
4
4
global $ADEI_TIMINGS;
5
5
global $EXPORT_SAMPLING_RATES;
50
50
                    $uid = trim($item['uid']?$item['uid']:'-');
51
51
                    printf("%s    %s    %s\n", str_pad($id, 50), str_pad($uid, 24), trim($item['name']));
52
52
                }
 
53
                flush();
 
54
                ob_flush();
 
55
                set_time_limit(60);
53
56
            }
54
57
        }
55
58