From 2113ad4e4aab91a16e8171cf1f27aef4a4d9b155 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Mon, 31 May 2010 21:13:58 -0400 Subject: [PATCH] Update field name in doc comment --- framework/Rdo/lib/Horde/Rdo/Mapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Rdo/lib/Horde/Rdo/Mapper.php b/framework/Rdo/lib/Horde/Rdo/Mapper.php index e3da2aaba..302de977d 100644 --- 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(); -- 2.11.0