[Solar-svn] Revision 2709
pmjones at solarphp.com
pmjones at solarphp.com
Thu Aug 16 10:20:53 CDT 2007
remove debug code
Modified: branches/orm/Solar/Sql/Adapter.php
===================================================================
--- branches/orm/Solar/Sql/Adapter.php 2007-08-16 15:19:43 UTC (rev 2708)
+++ branches/orm/Solar/Sql/Adapter.php 2007-08-16 15:20:53 UTC (rev 2709)
@@ -1381,7 +1381,6 @@
public function createTable($table, $cols)
{
$stmt = $this->_sqlCreateTable($table, $cols);
- Solar::dump($stmt);
$this->query($stmt);
}
More information about the Solar-svn
mailing list