Menu

#27 soa_add() insert missing "$recursive"

1.2.8
open
admin.php (2)
5
2011-03-07
2011-03-07
No

In the soa_add() function the insert into $soa_tabke_name is missing the $recursive from the list of field names

$query = "INSERT INTO $soa_table_name" .
" (origin,ns,mbox,serial,refresh,retry,expire,minimum,ttl$active) VALUES (";

should say

$query = "INSERT INTO $soa_table_name" .
" (origin,ns,mbox,serial,refresh,retry,expire,minimum,ttl$active$recursive) VALUES (";

Discussion

  • Adrian Heath

    Adrian Heath - 2011-03-07

    Forgot to mention this is from the v1.2.8.31 release in December

     
  • Adrian Heath

    Adrian Heath - 2011-03-07

    Forgot to mention this is from the December 2010 build v1.2.8.31

     

Log in to post a comment.