#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
(In [16136]) - Added the above DB change to schema.sql