Index: trunk/extensions/RecordAdmin/RecordAdmin_body.php |
— | — | @@ -480,7 +480,7 @@ |
481 | 481 | $tmp = array(); |
482 | 482 | $cols = $cols ? $cols : array_keys( $th ); |
483 | 483 | foreach ( $cols as $col ) { |
484 | | - if ( $groupby === false || !in_array( $col, $groupby ) ) { |
| 484 | + if ( $groupby == false || !in_array( $col, $groupby ) ) { |
485 | 485 | $html = isset( $th[$col] ) ? $th[$col] : "<th>$col</th>"; |
486 | 486 | $table .= "$html\n"; |
487 | 487 | $tmp[] = $col; |