Donate Share December 2003: Project of the Month

PhpGedView

Tracker: Bug Reports

2 4.0B8: fanchart.php hint - ID: 1501087
Last Update: Settings changed ( pathan )

Minimum number of generations for the fan chart are 3.
But in line 525 the option box is prepared beginning
with 2 generations. This should be changed to 3:
for ($i=2; $i<=$MAX_PEDIGREE_GENERATIONS; $i++) {
for ($i=3; $i<=$MAX_PEDIGREE_GENERATIONS; $i++) {
-- Udo


Udo Fingerhut ( fingerhutu ) - 2006-06-05 15:57

2

Closed

Fixed

Christophe B.

None

None

Public


Comments ( 2 )

Date: 2006-06-06 15:30
Sender: fingerhutu

Logged In: YES
user_id=1046001

The CVS files are running fine in my installation. The
problem seems to be solved. But I did not test extensive.
-- Udo


Date: 2006-06-05 19:48
Sender: opus27

Logged In: YES
user_id=1006499

Hello,

The problem is fixed in CVS. Please check if the problem has been
solved and let us know.

Regards,

The PGV Team


Attached File

No Files Currently Attached

Changes ( 6 )

Field Old Value Date By
status_id Open 2006-06-15 06:26 pathan
close_date - 2006-06-15 06:26 pathan
summary 4.0B9: fanchart.php hint 2006-06-06 15:30 fingerhutu
resolution_id None 2006-06-05 19:48 opus27
priority 5 2006-06-05 19:48 opus27
assigned_to nobody 2006-06-05 19:48 opus27