mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Hold on everyone, I forgot to give out the idiot homework ...
git-svn-id: file:///svn/phpbb/trunk@3405 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8571f0ba90
commit
a7ee692e26
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ class auth
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$$hold_str = ($f) ? pack('C2', $f >> 8, $f) : '';
|
$$hold_str .= ($f) ? pack('C2', $f >> 8, $f) : '';
|
||||||
$bitstring = implode('', $holding);
|
$bitstring = implode('', $holding);
|
||||||
for ($i = 0; $i < $len; $i += 8)
|
for ($i = 0; $i < $len; $i += 8)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue