[dev] Typo in horde-2.2.2/lib/Cipher/BlockMode/ofb64.php
Jan Schneider
jan at horde.org
Tue May 13 02:05:55 PDT 2003
Zitat von abu <abu at trabas.com>:
> class Horde_Cipher_BlockMode_ofb64 extends Horde_Cipher_BlockMode {
>
> function encrypt(&$cipher, $plaintext)
> {
> $encrypted = '';
>
> $n = 0;
> $jMax = strlen($plaintext);
>
> for ($j = 0; $j < $jMax); $j++) {
> ^^^^
>
>
> -- i think, no need ')' here..
This has been fixed already in Horde 2.2.3.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
More information about the dev
mailing list