Changeset 52 for trunk/Modules/Event/Import/JoeClub.php
- Timestamp:
- Jan 4, 2020, 11:59:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Event/Import/JoeClub.php
r51 r52 3 3 class EventSourceJoeClub extends EventSource 4 4 { 5 function Import ()5 function ImportInternal() 6 6 { 7 $Output = parent::Import();7 $Output = ''; 8 8 $Content = file_get_contents($this->URL); 9 9 … … 62 62 $Event->Price = trim(str_replace('Kč', '', $Event->Price)); 63 63 if ($Event->Price == 'Zdarma') $Event->Price = 0; 64 if ($Event->Price == '') $Event->Price = 0; 64 65 return $Output; 65 66 }
Note:
See TracChangeset
for help on using the changeset viewer.