Changeset 623 for trunk/admin/index.php


Ignore:
Timestamp:
Dec 4, 2013, 4:32:44 PM (11 years ago)
Author:
maron
Message:
  • Fixed: Table name in script to not translate quest
File:
1 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 '
Note: See TracChangeset for help on using the changeset viewer.