Hi Rod.
In the AustPost collect_info.php file, there is a line 450 missing
$dir->close();
Is this important?
Thanks, Steve.
Hi Rod.
In the AustPost collect_info.php file, there is a line 450 missing
$dir->close();
Is this important?
Thanks, Steve.
Obviously(?) it isn't too important, else I'd be getting lots of bug reports about it. <g>
Seriously though, I really can't say if it is important or not. I didn't write the collect_info.php code, I merely inserted a few lines into it so it 'knows' about the product dimensions. If there are lines 'missing' it is because they are also missing in the original code.
Just out of curiousity, how did you determine this?
Cheers
Rod
Hi Rod.
I compared the ZC distribution to the AustPost distribution. It's missing from the AP.
I suspect that it's just releasing a handle. Shouldn't be too much of a bother unless your ZC / AP store is running for a very long time.
I've added it back in to my AP modified file.
Steve.