ivo99: #107407# exchange <> by []
This commit is contained in:
parent
23207a4338
commit
71e73bde13
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ sub makenumber
|
|||
$h = shift;
|
||||
# 1 2 3 4
|
||||
# 1234567890123456789012345678901234567890
|
||||
$symbols="0123456789abcdefghijklmnopqrstuvwxyz+-<=>";
|
||||
$symbols="0123456789abcdefghijklmnopqrstuvwxyz+-[=]";
|
||||
$order = length($symbols);
|
||||
$result = "";
|
||||
while ( length( $result ) < 6 )
|
||||
|
|
Loading…
Reference in a new issue