Changeset 192 for trunk/dns.cgi


Ignore:
Timestamp:
12/09/11 16:17:14 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Ooops, reverting unintended Weirdness in dns.sql, DNSDB.pm, and dns.cgi
accidentally commited along with the intended dns-rpc.cgi change in r191

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r191 r192  
    347347
    348348  if ($code eq 'OK') {
    349 #    logaction($msg, $session->param("username"), $webvar{group}, "Added domain $webvar{domain}");
     349    logaction($msg, $session->param("username"), $webvar{group}, "Added domain $webvar{domain}");
    350350    changepage(page => "reclist", id => $msg);
    351351  } else {
Note: See TracChangeset for help on using the changeset viewer.