Update field name in doc comment
authorChuck Hagenbuch <chuck@horde.org>
Tue, 1 Jun 2010 01:13:58 +0000 (21:13 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 1 Jun 2010 01:13:58 +0000 (21:13 -0400)
framework/Rdo/lib/Horde/Rdo/Mapper.php

index e3da2aa..302de97 100644 (file)
@@ -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();