Plugin Directory

Changeset 3011706


Ignore:
Timestamp:
12/19/2023 06:22:46 AM (2 years ago)
Author:
zorem
Message:

Updated file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-advanced-shipment-tracking/trunk/includes/class-wc-advanced-shipment-tracking-admin.php

    r3011699 r3011706  
    20052005
    20062006        if ( 'all' == $data_remove_selected ) {
    2007             // $wpdb->query("UPDATE {$this->table} SET display_in_order = 0");
    2008             $wpdb->query(
    2009                 $wpdb->prepare(
    2010                     'UPDATE %s SET display_in_order = 0',
    2011                     $this->table
    2012                 )
    2013             );
     2007            $wpdb->query("UPDATE {$this->table} SET display_in_order = 0");         
    20142008        }
    20152009
Note: See TracChangeset for help on using the changeset viewer.