Changeset 55 for trunk/Modules/Event/Import/JoeClub.php
- Timestamp:
- Apr 7, 2020, 12:55:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Event/Import/JoeClub.php
r52 r55 45 45 { 46 46 $Output = ''; 47 if ($Event->Link == '') return ($Output);47 if ($Event->Link == '') return $Output; 48 48 $Content = file_get_contents($Event->Link); 49 49 … … 72 72 $Time = substr($Time, 0, strpos($Time, '–')); 73 73 74 if ($Time == '') return(NULL);74 if ($Time == '') return NULL; 75 75 $Time = str_replace('@', '', $Time); 76 76
Note:
See TracChangeset
for help on using the changeset viewer.