Changeset 3756

Show
Ignore:
Timestamp:
02/08/07 19:09:17 (6 years ago)
Author:
naftali5
Message:

fix can't save enum trunk bug #1758

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php

    r3625 r3756  
    774774  <?php } ?> 
    775775 
    776   <?php if ($tech == "sip" || $tech = "iax2") { ?> 
     776  <?php if ($tech == "sip" || $tech == "iax2") { ?> 
    777777  if ((isEmpty(theForm.usercontext.value) || isWhitespace(theForm.usercontext.value)) &&  
    778778    (!isEmpty(theForm.userconfig.value) && !isWhitespace(theForm.userconfig.value)) &&