Changeset 142 for trunk/img_level.php


Ignore:
Timestamp:
Mar 4, 2009, 7:41:47 PM (15 years ago)
Author:
maron
Message:

Oprava menších chyb, pravé menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/img_level.php

    r138 r142  
    8787                                                }                                                               
    8888                                } else {
    89                                         if (($Line[$TextItem['Column']] == $LineComparison[$TextItem['Column']]) and ($Line['Take'] == $LineComparison['ID']) and ($LineComparison[$TextItem['Column']] <> '') and ($TextItem['Column'] <> 'ShortCut'))
     89                                        if (($Line[$TextItem['Column']] == $LineComparison[$TextItem['Column']]) and
     90                                         ('0' == $LineComparison['Language']) and
     91                                          ($LineComparison[$TextItem['Column']] <> '') and
     92                                           ($TextItem['Column'] <> 'ShortCut'))
    9093                                                $translated = false;
    9194                                        }
Note: See TracChangeset for help on using the changeset viewer.