phptest-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phptest-users] username/password fix


From: John Lacey
Subject: [Phptest-users] username/password fix
Date: Mon, 10 Feb 2003 10:05:42 -0700

fyi,

If you want to fix the reporting problem for a short or long
username/password,
adjust the following code in add_user.php

change:

        // if we got here, the registration was not successfull.
        pt_redirect('add_user.php?feedback=' .
urlencode($error_feedback));


to read:

          pt_redirect('add_user.php?feedback=' . urlencode($feedback));


John





reply via email to

[Prev in Thread] Current Thread [Next in Thread]