Changeset 806 for trunk/includes


Ignore:
Timestamp:
May 25, 2014, 12:14:02 AM (11 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.
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r805 r806  
    66// and system will need database update.
    77
    8 $Revision = 805; // Subversion revision
     8$Revision = 806; // Subversion revision
    99$DatabaseRevision = 803; // Database structure revision
    1010$ReleaseTime = '2014-05-24';
  • 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.