Changeset 806 for trunk/includes
- Timestamp:
- May 25, 2014, 12:14:02 AM (11 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r805 r806 6 6 // and system will need database update. 7 7 8 $Revision = 80 5; // Subversion revision8 $Revision = 806; // Subversion revision 9 9 $DatabaseRevision = 803; // Database structure revision 10 10 $ReleaseTime = '2014-05-24'; -
trunk/includes/global.php
r805 r806 556 556 } 557 557 } 558 function GetTranslatNamesArray() { 559 560 $TablesColumn = array 558 559 function GetTranslatNamesArray() 560 { 561 $TablesColumn = array 561 562 ( 562 563 'TextGameObject' => 'Name', … … 577 578 return($TablesColumn); 578 579 } 580 579 581 function GetTranslatNames($Text,$mode,$TablesColumn, $FirstBig = True) 580 582 {
Note:
See TracChangeset
for help on using the changeset viewer.