@@ -95,6 +95,11 @@ |
||
95 | 95 | } |
96 | 96 | |
97 | 97 | // TODO make sure the function is described as DOESN'T DO VALIDATION |
98 | + |
|
99 | + /** |
|
100 | + * @param string $checksum_fields |
|
101 | + * @param boolean $filter_field |
|
102 | + */ |
|
98 | 103 | public function build_checksum_query( $table, $key_fields, $checksum_fields, $range_field, $range_from, $range_to, $filter_field, $filter_values, $salt, $granular_result ) { |
99 | 104 | global $wpdb; |
100 | 105 |