Home » Date and Time » Date » Bug #684
Class check
Details
| Submitted | 2004-02-05 08:34 UTC |
|---|---|
| From | mailling at gmx dot co dot uk |
| Assigned | pajoye |
| Status | Closed |
| Package | Date |
| PHP Version | 4.3.4 |
| OS | Windows 2000 |
| Roadmaps | (Not assigned) |
Comments
[2004-02-05 08:34 UTC] mailling at gmx dot co dot uk
Description:
------------
We should check that the parameter is correct
Reproduce code:
---------------
599a612,618
> if (!is_a($span, 'Date_Span')) {
> return;
> }
>
> if ($span->isEmpty())
> return;
>
656a693,699
> if (!is_a($span, 'Date_Span')) {
> return;
> }
>
> if ($span->isEmpty())
> return;
>