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:
Paul S. Owen 2003-01-29 18:49:43 +00:00
parent 8571f0ba90
commit a7ee692e26

View file

@ -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);
for ($i = 0; $i < $len; $i += 8)
{