[Solar-svn] Revision 2843

pmjones at solarphp.com pmjones at solarphp.com
Sun Oct 7 09:38:03 CDT 2007


Solar_Sql_Select: [FIX] Don't need $class any more (thanks Rodrigo).


Modified: trunk/Solar/Sql/Select.php
===================================================================
--- trunk/Solar/Sql/Select.php	2007-10-06 17:49:08 UTC (rev 2842)
+++ trunk/Solar/Sql/Select.php	2007-10-07 14:38:03 UTC (rev 2843)
@@ -957,7 +957,7 @@
         }
         
         // return the fetch result
-        return $this->_sql->$fetch($this->_parts, $this->_bind, $class);
+        return $this->_sql->$fetch($this->_parts, $this->_bind);
     }
     
     




More information about the Solar-svn mailing list