Changeset 514 for trunk/import/cmd.php


Ignore:
Timestamp:
Feb 16, 2013, 8:31:12 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Částečna snaha o správu odkazů tabulky propagace. Bude potřeba zajistit nejdříve obecný formulářový systém.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/import/cmd.php

    r504 r514  
    6464        if(($Group['MangosTable'] != '') and ($Group['TablePrefix'] != '') and ($Group['MangosDatabase'] == 'mangos'))
    6565        {
    66       $Output .= '  '.$TranslationTree[$Group['Id']]['Name'].' ')
    67             ImportSQLMangos($Config['Web']['GameVersion'], $Group['Id'];
     66      $Output .= '  '.$TranslationTree[$Group['Id']]['Name'].' '
     67      ImportSQLMangos($Config['Web']['GameVersion'], $Group['Id']);
    6868      $Output .= '
    6969      ';
     
    7676        if(($Group['DBCFileName'] != '') and ($Group['TablePrefix'] != ''))
    7777        {
    78       $Output .= '  '.$TranslationTree[$Group['Id']]['Name'].' ')
    79             ImportDBC($Config['Web']['GameVersion'], $Group['Id'];
     78      $Output .= '  '.$TranslationTree[$Group['Id']]['Name'].' '
     79            ImportDBC($Config['Web']['GameVersion'], $Group['Id']);
    8080      $Output .= '
    8181      ';
Note: See TracChangeset for help on using the changeset viewer.