File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 66 * @filesource execTimelineStats.php
77 *
88 */
9- require ('../../config.inc.php ' );
10-
11- // Must be included BEFORE common.php
12- require_once ('../../third_party/codeplex/PHPExcel.php ' );
13-
14- require_once ('common.php ' );
15- require_once ('displayMgr.php ' );
9+ require_once '../../config.inc.php ' ;
10+ require_once '../../third_party/codeplex/PHPExcel.php ' ; // Must be included BEFORE common.php
11+ require_once 'common.php ' ;
12+ require_once 'displayMgr.php ' ;
1613
1714$ timerOn = microtime (true );
1815$ tplCfg = templateConfiguration ();
1916
20- testlinkInitPage ($ db ,'init_project ' == 'dont_init_project ' ,
21- 'doNotCheckSession ' == 'doNotCheckSession ' );
17+ testlinkInitPage ($ db ,'init_project ' == 'dont_init_project ' , true );
2218
2319list ($ tplan_mgr ,$ args ) = initArgsForReports ($ db );
2420if ( null == $ tplan_mgr ) {
4137if ($ stats != null ) {
4238 $ gui ->do_report ['status_ok ' ] = 1 ;
4339 $ gui ->do_report ['msg ' ] = '' ;
44- $ gui ->statistics ->exec = $ stats ;
40+ $ gui ->statistics ->exec = $ stats[ 0 ] ;
4541
4642 if ( !is_null ($ gui ->statistics ->exec ) ) {
4743 switch ($ group ) {
You can’t perform that action at this time.
0 commit comments