[ postfixadmin-Bugs-1852533 ] syntax error in password.php
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2007-12-28 21:42:50
|
Bugs item #1852533, was opened at 2007-12-17 18:12 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1852533&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: SVN (please specify revision!) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: syntax error in password.php Initial Comment: Missing right parenthesis on line 51. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2007-12-28 22:42 Message: Logged In: YES user_id=593261 Originator: NO Found it: the report is about users/password.php which indeed had a syntax error since r270. Fixed in SVN r275. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2007-12-17 18:47 Message: Logged In: YES user_id=1761957 Originator: NO Hi, I can't reproduce this - namely line 51 is : $username = $SESSID_USERNAME; // this is line 51. $result = db_query ("SELECT * FROM $table_admin WHERE username='$username'"); There are no brackets on the previous line. So - did you get the wrong file? thanks David. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1852533&group_id=191583 |