Plugin Directory

Changeset 2848679


Ignore:
Timestamp:
01/15/2023 02:19:51 PM (3 years ago)
Author:
advshipmgr
Message:

Code update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asm-manager/trunk/includes/asmplsww_query_live.php

    r2848152 r2848679  
    150150                </ShippingQuery>";
    151151
    152 function asmCap($getcmeta, $index)
    153 {
    154     return isset($getcmeta[$index], $getcmeta[$index]['0']) ? $getcmeta[$index]['0'] : '';
     152if (!function_exists ("asmCap")) {
     153    function asmCap($getcmeta, $index) {
     154        return isset($getcmeta[$index], $getcmeta[$index]['0']) ? $getcmeta[$index]['0'] : '';
     155    }
    155156}
Note: See TracChangeset for help on using the changeset viewer.