PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth » Bug #8740

Typo in documentation for PEAR::Auth::setAllowLogin

Details

Doc Bug #8740Typo in documentation for PEAR::Auth::setAllowLogin
Submitted2006-09-20 06:34 UTC
Fromandre at vondeetzen dot de
Assignedaashley
StatusClosed
PackageAuth
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2006-09-20 06:34 UTC] andre at vondeetzen dot de

Description:
------------
I was reading the documentation for
PEAR::Auth::setAllowLogin and noticed that the samples are
partially for PEAR::Auth::setShowLogin

For example :

"Synopsis
void Auth::setShowLogin (bool $allowLogin = true)"

and

"Parameter
string $showLogin"

While I was reading these parts of the documentation I
thought that should be Auth::setAllowLogin instead of
setShowLogin and for the Parametersection "bool
$allowLogin" instead of "string $showLogin"

Source:
http://pear.php.net/manual/en/package.authentication.auth.auth.setallowlogin.php

Expected result:
----------------

[2006-09-21 01:19 UTC] aashley at php dot net

This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.