Changeset 2848679
- Timestamp:
- 01/15/2023 02:19:51 PM (3 years ago)
- File:
-
- 1 edited
-
asm-manager/trunk/includes/asmplsww_query_live.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asm-manager/trunk/includes/asmplsww_query_live.php
r2848152 r2848679 150 150 </ShippingQuery>"; 151 151 152 function asmCap($getcmeta, $index) 153 { 154 return isset($getcmeta[$index], $getcmeta[$index]['0']) ? $getcmeta[$index]['0'] : ''; 152 if (!function_exists ("asmCap")) { 153 function asmCap($getcmeta, $index) { 154 return isset($getcmeta[$index], $getcmeta[$index]['0']) ? $getcmeta[$index]['0'] : ''; 155 } 155 156 }
Note: See TracChangeset
for help on using the changeset viewer.