Changeset 686 for trunk/Modules/Export/Export.php
- Timestamp:
- Jan 2, 2014, 1:15:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Export.php
r681 r686 436 436 // $CanExport = false; 437 437 // $DbRow[$Column['Column']] = str_replace ( '$ ','$',$DbRow[$Column['Column']]); 438 $DbRow[$Column['Column']] = $DbRow['En'.$Column['Column']];438 // $DbRow[$Column['Column']] = $DbRow['En'.$Column['Column']]; 439 439 440 440 if (!$this->HaveVarible($DbRow['En'.$Column['Column']],$DbRow[$Column['Column']])) {
Note:
See TracChangeset
for help on using the changeset viewer.