Changeset 806 for trunk/includes/global.php
- Timestamp:
- May 25, 2014, 12:14:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.