| @@ 4276-4288 (lines=13) @@ | ||
| 4273 | $dot = "<img border='0' src='$this->images_url/dot_notadmit.gif' />"; |
|
| 4274 | } |
|
| 4275 | ||
| 4276 | if ($is_start_date) { |
|
| 4277 | if ($is_end_date) { |
|
| 4278 | $ret = "$dot {$start_desc}" . _APCAL_MB_TIMESEPARATOR . "{$end_desc}"; |
|
| 4279 | } else { |
|
| 4280 | $ret = "$dot {$start_desc}" . _APCAL_MB_TIMESEPARATOR . "{$stuffing}"; |
|
| 4281 | } |
|
| 4282 | } else { |
|
| 4283 | if ($is_end_date) { |
|
| 4284 | $ret = "$dot {$stuffing}" . _APCAL_MB_TIMESEPARATOR . "{$end_desc}"; |
|
| 4285 | } else { |
|
| 4286 | $ret = "$dot " . _APCAL_MB_CONTINUING; |
|
| 4287 | } |
|
| 4288 | } |
|
| 4289 | ||
| 4290 | return $ret; |
|
| 4291 | } |
|
| @@ 4341-4353 (lines=13) @@ | ||
| 4338 | $dot = "<img border='0' src='$this->images_url/dot_notadmit.gif' />"; |
|
| 4339 | } |
|
| 4340 | ||
| 4341 | if ($event->is_start_date) { |
|
| 4342 | if ($event->is_end_date) { |
|
| 4343 | $ret = "$dot {$start_desc}" . _APCAL_MB_TIMESEPARATOR . "{$end_desc}"; |
|
| 4344 | } else { |
|
| 4345 | $ret = "$dot {$start_desc}" . _APCAL_MB_TIMESEPARATOR . "{$stuffing}"; |
|
| 4346 | } |
|
| 4347 | } else { |
|
| 4348 | if ($event->is_end_date) { |
|
| 4349 | $ret = "$dot {$stuffing}" . _APCAL_MB_TIMESEPARATOR . "{$end_desc}"; |
|
| 4350 | } else { |
|
| 4351 | $ret = "$dot " . _APCAL_MB_CONTINUING; |
|
| 4352 | } |
|
| 4353 | } |
|
| 4354 | ||
| 4355 | return $ret; |
|
| 4356 | } |
|