possible bug in register.php ? possible bug in register.php ?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

possible bug in register.php ?

Started by rrwwxx, September 09, 2007, 05:52:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rrwwxx

I came across this line in register.php of cpg1.4:

    $sql = "SELECT user_active user_active, user_email, user_name, user_password " . "FROM {$CONFIG['TABLE_USERS']} " . "WHERE user_actkey = '$act_key' " . "LIMIT 1";


I think there is one user_active too many? I am not quite sure so I better leave it like it is, but it doesn't look correct to me.

cu,
Roli
°¿°

Nibbler

It's technically correct, just unnecessary.