[Solar-svn] Revision 2737
pmjones at solarphp.com
pmjones at solarphp.com
Fri Sep 7 08:47:33 CDT 2007
whitespace changes
Modified: branches/orm/Solar/Sql/Select.php
===================================================================
--- branches/orm/Solar/Sql/Select.php 2007-09-07 13:33:38 UTC (rev 2736)
+++ branches/orm/Solar/Sql/Select.php 2007-09-07 13:47:33 UTC (rev 2737)
@@ -1031,11 +1031,11 @@
// add a single COUNT() column
$select->_addSource(
- 'cols', // type
- null, // name
- null, // orig
- null, // join
- null, // cond
+ 'cols', // type
+ null, // name
+ null, // orig
+ null, // join
+ null, // cond
"COUNT($col)"
);
More information about the Solar-svn
mailing list