@@ -119,10 +119,10 @@ |
||
| 119 | 119 | case 'caseThree': |
| 120 | 120 | return $item[ $column_name ]; |
| 121 | 121 | |
| 122 | - default: |
|
| 122 | + default: |
|
| 123 | 123 | |
| 124 | - //Show the whole array for troubleshooting purposes |
|
| 125 | - return print_r( $item, true ); |
|
| 124 | + //Show the whole array for troubleshooting purposes |
|
| 125 | + return print_r( $item, true ); |
|
| 126 | 126 | } |
| 127 | 127 | } |
| 128 | 128 | |