Ignore:
Timestamp:
May 25, 2014, 12:14:02 AM (10 years ago)
Author:
chronos
Message:
  • Modified: Files in Module directory should not be directly showing any web content. They need to register custom Page descendent class.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r805 r806  
    556556  }
    557557}
    558 function GetTranslatNamesArray() {
    559 
    560 $TablesColumn = array
     558
     559function GetTranslatNamesArray()
     560{
     561  $TablesColumn = array
    561562  (
    562563    'TextGameObject' => 'Name',
     
    577578  return($TablesColumn);
    578579}
     580
    579581function GetTranslatNames($Text,$mode,$TablesColumn, $FirstBig = True)
    580582{
Note: See TracChangeset for help on using the changeset viewer.