Changeset 3756
- Timestamp:
- 02/08/07 19:09:17 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/modules/core/page.trunks.php
r3625 r3756 774 774 <?php } ?> 775 775 776 <?php if ($tech == "sip" || $tech = "iax2") { ?>776 <?php if ($tech == "sip" || $tech == "iax2") { ?> 777 777 if ((isEmpty(theForm.usercontext.value) || isWhitespace(theForm.usercontext.value)) && 778 778 (!isEmpty(theForm.userconfig.value) && !isWhitespace(theForm.userconfig.value)) &&
