#20056 closed defect (bug) (fixed)
mysql2date() Inline Documentation is wrong
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | lowest |
Severity: | minor | Version: | 3.3.1 |
Component: | Inline Docs | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
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.