Changeset 1785679
- Timestamp:
- 12/12/2017 06:51:42 PM (8 years ago)
- File:
-
- 1 edited
-
read-and-understood/trunk/class_wp_rnu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
read-and-understood/trunk/class_wp_rnu.php
r1784117 r1785679 927 927 928 928 if ($debug_csv) echo '"' . str_replace('"', '""', $sql) . '"' . "\r\n"; ; 929 $results = $wpdb->get_results($sql, ARRAY_A); 929 // TODO: include posts that contain the [rnu_ack] short tag or in an acknowledgement category to which no one has yet acklowedged. Make (empty) columns for these. 930 $results = $wpdb->get_results($sql, ARRAY_A); 930 931 $rows_total = $wpdb->num_rows; 931 932 if ($rows_total > 0) { … … 1048 1049 $myLine .= ',' . $useremail; // the third column, the email address 1049 1050 $myLine .= ',0'; // the fourth column, the count - none 1050 echo $myLine . "\r\n"; 1051 echo $myLine . "\r\n"; // TODO: do NOT export unless the user is a member of this site, not just the the multisite. 1051 1052 if ($debug_csv) 1052 1053 fwrite($file, $myLine);
Note: See TracChangeset
for help on using the changeset viewer.