[horde] Bug in lib/Auth/ftp.php
Jeff Graves
jeff at image-src.com
Fri Feb 14 18:08:22 PST 2003
I can't write patches so here's what I got starting @ line 33 of
horde/lib/Auth/ftp.php:
function Auth_ftp($params = array())
{
if (!Horde::extension_exists('ftp')) {
Should be:
function Auth_ftp($params = array())
{
if (!Horde::extensionExists('ftp')) {
Jeff Graves
Customer Support Engineer
Image Source, Inc.
10 Mill Street
Bellingham, MA 02019
508.966.5200 x31 - Phone
508.966.5170 - Fax
jeff at image-src.com - Email
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the horde
mailing list