Plugin Directory

Changeset 2548875


Ignore:
Timestamp:
06/16/2021 11:18:03 AM (5 years ago)
Author:
sprintlogistics
Message:

update readme.txt file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sprint/trunk/includes/Base/ERP_SPRINT_Activate_Plugin.php

    r2541274 r2548875  
    9191
    9292      $sql  = 'ALTER TABLE `wp_logixgridwaybillSecureKey` ADD `parent_waybill` VARCHAR(255) NOT NULL AFTER `secure_key`';
    93       // $wpdb->query($sql);
    94 
    95     // } catch (Exception $e) {
    96 
    97     // }
     93      try {
     94        $wpdb->query($sql);
     95      } catch (Exception $e) {
     96        // here
     97      }
    9898
    9999  }
Note: See TracChangeset for help on using the changeset viewer.