Plugin Directory

Changeset 1785679


Ignore:
Timestamp:
12/12/2017 06:51:42 PM (8 years ago)
Author:
petermantos
Message:

Just added a couple of TODO's regarding ability to show who did NOT acknowledge postings when using multisite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • read-and-understood/trunk/class_wp_rnu.php

    r1784117 r1785679  
    927927
    928928                        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);
    930931                        $rows_total = $wpdb->num_rows;
    931932                        if ($rows_total > 0) {
     
    10481049                                    $myLine .= ',' . $useremail; // the third column, the email address
    10491050                                    $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.
    10511052                                    if ($debug_csv)
    10521053                                        fwrite($file, $myLine);
Note: See TracChangeset for help on using the changeset viewer.