To remove error message 'Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in /home/epigente/public_html/catalog/track_fedex.php on line xxx' when tracking packages that haven't been delivered yet:
catalog/admin/track_fedex.php
On line ~118 in //format date, insert:
if ($signed_by)
So that it looks like:
// format date
if ($signed_by)
$delivery_date = strtotime($delivery_date);
$status_note = $track_Ret['1159-'.$i.'-1'];
catalog/track_fedex.php
On line ~128 in //format date, insert:
if ($signed_by)
So that it looks like:
// format date
if ($signed_by)
$delivery_date = strtotime($delivery_date);
$status_note = $track_Ret['1159-'.$i.'-1'];
There are no files to download
More...





LinkBack URL
About LinkBacks









Bookmarks