Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#749 closed Defect (fixed)

Missing parameter in call of hosts_compatible()

Reported by: Thyme Lawn Owned by: davea
Priority: Minor Milestone: 6.4
Component: Web - Project Version:
Keywords: host merge Cc:

Description

[14539] added the $detail parameter to the function hosts_compatible() in host.inc but it wasn't added to the call in merge_hosts() in the same file.

Although the merge does work the user will see an error like this:

Warning: Missing argument 3 for hosts_compatible(), called in /var/www/boinc/projects/cpdnboinc/html/inc/host.inc on line 409 and defined in /var/www/boinc/projects/cpdnboinc/html/inc/host.inc on line 317

Change History (1)

comment:1 Changed 16 years ago by davea

Resolution: fixed
Status: newclosed

(In [16136]) - Added the above DB change to schema.sql

  • Omit the "after" clause from update.
  • Web: add missing arg; fixes #749
  • server: more --help additions
Note: See TracTickets for help on using tickets.