Typo in example of set_header() |
|||
|---|---|---|---|
| Date: | 10/13/2008 | Severity: | Trivial |
| Status: | Resolved | Reporter: | tomcode |
| Version: | 1.7.0 SVN | ||
| Keywords: | User Guide, Typos | ||
Description
Line 5 of the example code shows a second parameter which does not exist.
This error is also in the User guide version 1.6.3.
Code Sample
$this->output->set_header("Cache-Control: post-check=0, pre-check=0", false);
Expected Result
Actual Result
Comment on Bug Report
| Posted by: tomcode on 13 October 2008 11:30am | |
|
|
Oups, forgot to mention the page Output Class: http://codeigniter.com/user_guide/libraries/output.html |
