Changeset 137 for trunk/img_level.php
- Timestamp:
- Mar 1, 2009, 8:39:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/img_level.php
r131 r137 86 86 } 87 87 } else { 88 if (($Line[$TextItem['Column']] == $LineComparison[$TextItem['Column']]) and ($Line['Take'] == $LineComparison['ID']) and ($LineComparison[$TextItem['Column']] <> '') )88 if (($Line[$TextItem['Column']] == $LineComparison[$TextItem['Column']]) and ($Line['Take'] == $LineComparison['ID']) and ($LineComparison[$TextItem['Column']] <> '') and ($TextItem['Column'] <> 'ShortCut')) 89 89 $translated = false; 90 90 }
Note:
See TracChangeset
for help on using the changeset viewer.