Changeset 259 for trunk/dns.cgi


Ignore:
Timestamp:
03/02/12 17:19:06 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

More fixing on _log() and its callers and its caller's information
sources - general logic and behaviour cleanup this time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r254 r259  
    369369
    370370  my ($code,$msg) = addDomain($dbh,$webvar{domain},$webvar{group},($webvar{makeactive} eq 'on' ? 1 : 0),
    371         (name => $session->param("username"), id => $session->param("uid")));
     371        (username => $session->param("username"), id => $session->param("uid")));
    372372
    373373  if ($code eq 'OK') {
Note: See TracChangeset for help on using the changeset viewer.