Changeset 623


Ignore:
Timestamp:
Dec 4, 2013, 4:32:44 PM (11 years ago)
Author:
maron
Message:
  • Fixed: Table name in script to not translate quest
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/index.php

    r618 r623  
    7070 
    7171                $DbResult = $System->Database->query('SELECT  `gs_tran`.`ID`,`gs_tran`.`Details`,`gs_tran`.`Objectives` FROM '
    72      .'`textquest` AS  `gs_tran` '
    73      .'JOIN  `textquest` AS  `gs_orig` ON  `gs_orig`.`Entry` =  `gs_tran`.`Entry` '
     72     .'`TextQuest` AS  `gs_tran` '
     73     .'JOIN  `TextQuest` AS  `gs_orig` ON  `gs_orig`.`Entry` =  `gs_tran`.`Entry` '
    7474    .'AND  `gs_orig`.`Language` =0 '
    7575    .'WHERE  `gs_tran`.`Language` !=0 '
  • trunk/includes/Version.php

    r622 r623  
    66// and system will need database update.
    77
    8 $Revision = 622; // Subversion revision
     8$Revision = 623; // Subversion revision
    99$DatabaseRevision = 610; // Database structure revision
    1010$ReleaseTime = '2013-12-04';
Note: See TracChangeset for help on using the changeset viewer.