PHP Classes

small error

Recommend this page to a friend!

      List processor  >  All threads  >  small error  >  (Un) Subscribe thread alerts  
Subject:small error
Summary:small error
Messages:2
Author:Andrzej Krokos
Date:2013-05-11 11:52:16
Update:2013-05-14 14:49:39
 

  1. small error   Reply   Report abuse  
Picture of Andrzej Krokos Andrzej Krokos - 2013-05-11 11:52:16
Welcome. The 791 line file "listPrcsr.php" you have a small error:

$num = $num . "." . str_pad('', $digits, '0', str_pad_right);
to:
$num = $num . "." . str_pad('', $digits, '0', STR_PAD_RIGHT);

  2. Re: small error   Reply   Report abuse  
Picture of Prakash Khanchandani Prakash Khanchandani - 2013-05-14 14:49:39 - In reply to message 1 from Andrzej Krokos
Andrzej, thank you for pointing it out. It was foolish of me.