Spacefish / powerdns-webinterface

Automatically exported from code.google.com/p/powerdns-webinterface
Apache License 2.0
10 stars 4 forks source link

Notice Warnings about undefined indexes #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have seen two of these issues one on line 48 of lib/Model/DomainRecords.php 
which needs to be changed to
"AAAA" => 40, from "AAAAA" => 40, (one too many A's)

You also have no PTR option set which can easily be fixed by adding 
"PTR" => some_number, 

I have fixed it on my copy and have attached a diff file with the fix ( diff as 
of rev 58a21e2217d8)

PS: Noticed you fixed the PTR bug in the repo! Happy coding!

Original issue reported on code.google.com by m...@they-got.us on 23 Jan 2012 at 12:58

Attachments:

GoogleCodeExporter commented 9 years ago
thanks, i commited this to the master
PTR actually is present (last entry)

Original comment by timo.witte on 24 Jan 2012 at 9:40