Changeset 57 for trunk/Modules/Meet/Import/TanecniSkola.php
- Timestamp:
- May 27, 2020, 8:04:56 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meet/Import/TanecniSkola.php
r37 r57 5 5 function Import() 6 6 { 7 $Output = '';7 $Output = parent::Import(); 8 8 $HeightRange = array( 9 9 '< 120 cm' => 120, … … 26 26 '200 cm <' => 205, 27 27 ); 28 29 $Output = parent::Import();30 28 $Content = file_get_contents($this->URL); 31 29 … … 92 90 $MeetItem->Database = $this->Database; 93 91 $MeetItem->Source = $this->Id; 94 $this-> AddedCount += $MeetItem->AddIfNotExist();92 $this->MeetItems[] = $MeetItem; 95 93 } 96 94 }
Note:
See TracChangeset
for help on using the changeset viewer.