|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-02 20:55 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 10:00:01 2025 UTC |
Parse error in bug-pwd-finder.php line 33. Derick made a boo-boo. (Stoute Derick, Foei!) Instead of: if (empty($password) { it should be: if (empty($password)) { :) Regards, Sjon.