Changeset 158


Ignore:
Timestamp:
10/28/11 16:58:26 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

Minor semantic fix in an error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r155 r158  
    403403  # security check - does the user have permission to access this entity?
    404404  if (!check_scope($webvar{id}, ($webvar{defrec} eq 'y' ? 'defrec' : 'record'))) {
    405     $page->param(perm_err => "You are not permitted to add or edit the requested record");
     405    $page->param(perm_err => "You are not permitted to edit the requested record");
    406406    goto DONEREC;
    407407  }
Note: See TracChangeset for help on using the changeset viewer.