Changeset 282


Ignore:
Timestamp:
03/22/12 15:43:10 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Correct _log() docu-comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DNSDB.pm

    r281 r282  
    267267# Log an action
    268268# Takes a database handle and log entry hash containing at least:
    269 user_id, group_id, log entry
     269group_id, log entry
    270270# and optionally one or more of:
    271271#  domain_id, rdns_id
     272# The %userdata hash provides the user ID, username, and fullname
    272273sub _log {
    273274  my $dbh = shift;
Note: See TracChangeset for help on using the changeset viewer.