/admin.php?op=Storez&mode=CartShippingList end url
Parse error: syntax error, unexpected T_IF, expecting T_FUNCTION in /home/carlg/public_html/omugcomics.com/modules/Storez/shipping/shipping.usps.php on line 884
For me, line 884 is the start ofif (!function_exists('usps_sort_Alphanumeric')) {
function usps_sort_Alphanumeric ($a, $b) {
return strcmp($a['title'],$b['title']);
}
}
Just can't see why it would error