*** empty log message ***
This commit is contained in:
parent
546999a62b
commit
dfde7d4dbe
5 changed files with 59 additions and 30 deletions
|
@ -280,6 +280,7 @@ class uiBase
|
|||
|
||||
function _twoDigits($num)
|
||||
{
|
||||
|
||||
if (strlen($num) == 1)
|
||||
return "0$num";
|
||||
if (strlen($num) == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue