Changeset 676 for trunk/admin/index.php


Ignore:
Timestamp:
Dec 29, 2013, 9:56:41 PM (11 years ago)
Author:
maron
Message:
  • Fixed: don't write progress in lua
  • Added: script version end and merge to all texts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r675 r676  
    104104  global $System,$TranslationTree;
    105105  $Output = '';
    106  // foreach($TranslationTree as $Group) 
    107   $Group = $TranslationTree[1];
     106  foreach($TranslationTree as $Group) 
     107 // $Group = $TranslationTree[1];
    108108    {
    109109   
     
    137137  global $System,$TranslationTree;
    138138  $Output = '';
    139 //  foreach($TranslationTree as $Group) 
    140   $Group = $TranslationTree[1];
     139  foreach($TranslationTree as $Group) 
     140//  $Group = $TranslationTree[1];
    141141  {
    142142   
Note: See TracChangeset for help on using the changeset viewer.