Opened 18 years ago
Closed 18 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 18 years ago by
| Owner: | changed from Rytis to davea |
|---|
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

New code is by David, so reassigning to him.