#20056 closed defect (bug) (fixed)
mysql2date() Inline Documentation is wrong
| Reported by: | Viper007Bond | Owned by: | duck_ |
|---|---|---|---|
| Priority: | lowest | Milestone: | 3.4 |
| Component: | Inline Docs | Version: | 3.3.1 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
In [10408], gmmktime() and mktime() calls were replaced by strtotime() calls. The function's documentation wasn't updated to reflect the changes however.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Attached is a patch that just removes the incorrect documentation. If people want to figure out how the function works rather than what it does, then they can just look at the code. No need to document that.