Ignore:
Timestamp:
Feb 22, 2015, 11:20:50 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Tabs converted to spaces.
  • Modified: Remove spaces from end of lines.
  • Added: Code format script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/ProcessAoWoWExport.php

    r805 r816  
    55include_once('../../includes/global.php');
    66//include_once('../../includes/dbc.php');
    7 include_once('Export.php');   
    8 include_once('Page.php');   
     7include_once('Export.php');
     8include_once('Page.php');
    99
    1010  $System = new System();
    1111  $System->DoNotShowPage = true;
    12         $System->Run();
     12    $System->Run();
    1313
    1414$Output = '';
    1515
    16 if(defined('STDIN') == false) 
     16if(defined('STDIN') == false)
    1717{
    1818  $Output = T('Access denied');
    1919  exit($Output);
    20 } 
     20}
    2121
    2222foreach($_SERVER['argv'] as $parameter)
     
    3636  $Export->Id = $Config['AoWoWExportId'];
    3737} else $Export->Id = 37;
    38   $Output .= $Export->Init();                   
     38  $Output .= $Export->Init();
    3939  $SQL = $Export->ExportToAoWoWSQL();
    4040echo 'Hotovo
     
    8989}
    9090$Files = scandir(dirname(__FILE__).'/../../aowow/cache/templates/wowhead');
    91 foreach($Files as $File) 
     91foreach($Files as $File)
    9292{
    9393  $End = substr($File, strlen($File) - 3);
Note: See TracChangeset for help on using the changeset viewer.