Home » Date and Time » Calendar » Bug #9425
Missing build method in code sample
Details
| Doc Bug #9425 | Missing build method in code sample |
|---|---|
| Submitted | 2006-11-23 09:46 UTC |
| From | pierre dot hanselmann at visualobject dot ch |
| Assigned | quipo |
| Status | Closed |
| Package | Calendar |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-11-23 09:46 UTC] pierre dot hanselmann at visualobject dot ch
Description:
------------
Just a missing line in the code sample of the Class Calendar_Week:
# require_once 'Calendar'.DIRECTORY_SEPARATOR.'Week.php';
# $Week = & new Calendar_Week(2003, 10, 1); Oct 2003, 1st tabular week
To Add on 3rd line:
$Week-build();
Best regards
[2006-11-23 09:50 UTC] pierre dot hanselmann at visualobject dot ch
Arg wrong typo sorry:
$Week->build();