Skip to content

Commit

Permalink
Fixes jdorn#81: Pivot report type is not formatting the SQL correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
uded committed Sep 5, 2013
1 parent 7c12347 commit 6b8ccad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adodb/pivottable.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*
* @returns Sql generated
*/

function PivotTableSQL(&$db, $tables, $rowfields, $colfield, $where = false,
$aggfield = false, $sumlabel = "Sum {}", $aggfn = "SUM", $includeaggfield = true, $showcount = true) {
if ($aggfield) {
Expand Down

0 comments on commit 6b8ccad

Please sign in to comment.