Plugin Directory

Changeset 754290


Ignore:
Timestamp:
08/09/2013 10:10:41 PM (13 years ago)
Author:
tickerator
Message:

made the versions show up in the update since screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bugerator/trunk/bugerator.php

    r754260 r754290  
    41804180
    41814181                        // get the versions
    4182                         $sql = "SELECT version_list FROM $bugerator_project_table WHERE id = '$bugerator_project_id'";
     4182                        $sql = "SELECT version_list FROM $bugerator_project_table WHERE id = '$header_stuff->project_id'";
    41834183                        $version_list = explode(",", $wpdb->get_var($sql));
    41844184
Note: See TracChangeset for help on using the changeset viewer.