6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/16/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#14803] Horde_Rdo_Mapper sets created_at, forgets updated_at
*
Your Email Address
*
Spam protection
Enter the letters below:
._..___..___. __.. . | _/ _/ (__ | | _|_./__../__..__)|/\|
Comment
> I found another little bug in Mapper.php. Function create (line 343 > ff.) should also use the Horde_Date object: > > public function create($fields) > { > // If configured to record creation and update times, set them > // here. We set updated_at to the initial creation time so it's > // always set. > if ($this->_setTimestamps) { > $time = time(); > $fields['created_at'] = new Horde_Date(time()); //$time; > $fields['updated_at'] = new Horde_Date(time()); //$time; > }
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers