projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d89b086
)
Update field name in doc comment
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 1 Jun 2010 01:13:58 +0000
(21:13 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 1 Jun 2010 01:13:58 +0000
(21:13 -0400)
framework/Rdo/lib/Horde/Rdo/Mapper.php
patch
|
blob
|
history
diff --git
a/framework/Rdo/lib/Horde/Rdo/Mapper.php
b/framework/Rdo/lib/Horde/Rdo/Mapper.php
index
e3da2aa
..
302de97
100644
(file)
--- a/
framework/Rdo/lib/Horde/Rdo/Mapper.php
+++ b/
framework/Rdo/lib/Horde/Rdo/Mapper.php
@@
-314,7
+314,7
@@
abstract class Horde_Rdo_Mapper implements Countable
public function create($fields)
{
// If configured to record creation and update times, set them
- // here. We set updated to the initial creation time so it's
+ // here. We set updated
_at
to the initial creation time so it's
// always set.
if ($this->_setTimestamps) {
$time = gmmktime();