[Solar-svn] Revision 3073

pmjones at solarphp.com pmjones at solarphp.com
Fri Apr 4 11:51:45 CDT 2008


comment changes


Modified: trunk/Solar/Sql/Model.php
===================================================================
--- trunk/Solar/Sql/Model.php	2008-04-04 16:40:35 UTC (rev 3072)
+++ trunk/Solar/Sql/Model.php	2008-04-04 16:51:44 UTC (rev 3073)
@@ -1769,7 +1769,8 @@
             $spec->setStatus('updated');
         }
         
-        // unserialize cols and return the data as updated
+        // unserialize cols and return the data as updated. note that if this
+        // was a record, only the changed columns will be returned here.
         return $data;
     }
     




More information about the Solar-svn mailing list