Changeset 142 for trunk/img_level.php
- Timestamp:
- Mar 4, 2009, 7:41:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/img_level.php
r138 r142 87 87 } 88 88 } 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')) 90 93 $translated = false; 91 94 }
Note:
See TracChangeset
for help on using the changeset viewer.