Changeset 381


Ignore:
Timestamp:
08/13/12 17:17:08 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Somewhere along the line, addDomain() got updated to ignore the
user data passed in a hash in favour of logging relying on DNSDB.pm
internals, but the call in dns.cgi never got updated to match.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r379 r381  
    371371  $webvar{makeactive} = 0 if !defined($webvar{makeactive});
    372372
    373   my ($code,$msg) = addDomain($dbh,$webvar{domain},$webvar{group},($webvar{makeactive} eq 'on' ? 1 : 0),
    374         (username => $session->param("username"), id => $session->param("uid")));
     373  my ($code,$msg) = addDomain($dbh,$webvar{domain},$webvar{group},($webvar{makeactive} eq 'on' ? 1 : 0));
    375374
    376375  if ($code eq 'OK') {
Note: See TracChangeset for help on using the changeset viewer.