Opened 16 years ago

Closed 16 years ago

#471 closed Defect (fixed)

Attaching to project should be broken atm.

Reported by: tstrunk Owned by: davea
Priority: Major Milestone: Undetermined
Component: Web - Project Version:
Keywords: Cc:

Description

Attaching to project gives errors on the lookup account (clientside).

In html/user/lookup_account.php:37 $user->update(passwd_hash='$user->passwd_hash'");

should be: $user->update("passwd_hash='$user->passwd_hash'");

Change History (2)

comment:1 Changed 16 years ago by Ageless

Owner: changed from Rytis to davea

New code is by David, so reassigning to him.

comment:2 Changed 16 years ago by Rytis

Resolution: fixed
Status: newclosed

(In [14191]) - user web: fix typo in lookup_account.php, preventing attach (fix #471).

Note: See TracTickets for help on using tickets.