From: Chuck Hagenbuch Date: Tue, 1 Jun 2010 01:13:58 +0000 (-0400) Subject: Update field name in doc comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2113ad4e4aab91a16e8171cf1f27aef4a4d9b155;p=horde.git Update field name in doc comment --- 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();