[Solar-svn] Revision 3019

pmjones at solarphp.com pmjones at solarphp.com
Thu Mar 20 07:37:53 CDT 2008


Solar_Sql_Model_Record

(Failed to note in last commit.)

* [CHG] When getting "all columns" for a form, method form() now *does not* return any special columns in the list (i.e., no primary, created, updated, inherit, or sequence cols).


Modified: trunk/Solar/Sql/Model/Record.php
===================================================================
--- trunk/Solar/Sql/Model/Record.php	2008-03-20 12:35:59 UTC (rev 3018)
+++ trunk/Solar/Sql/Model/Record.php	2008-03-20 12:37:52 UTC (rev 3019)
@@ -434,6 +434,7 @@
         return $this->$col;
     }
     
+    
     // -----------------------------------------------------------------
     //
     // Record data




More information about the Solar-svn mailing list