Indefero

Indefero Commit Details


Date:2012-04-26 10:24:35 (12 years 7 months ago)
Author:Simon Holywell
Branch:develop
Commit:a608d7ea0aac8135a934f327fa6cf3e60329eb05
Parents: fde3a0a9495699539aa51f6464986f4532497b08
Message:add an explanatory comment to the Issue model preSave hack

Changes:

File differences

src/IDF/Issue.php
161161
162162
163163
164
165
166
167
164168
165169
166170
if ($this->id == '') {
$this->creation_dtime = gmdate('Y-m-d H:i:s');
}
// Note: If a due date is supplied then it must have
// a time appended to it so that calculations of when
// an issue falls overdue are accurate. In this case
// 23:59:59 is added to signify the end of the day.
if ($this->due_dtime and !empty($this->due_dtime)) {
$this->due_dtime = date('Y-m-d 23:59:59',
strtotime($this->due_dtime));

Archive Download the corresponding diff file

Page rendered in 0.08229s using 13 queries.