Changeset 3757
- Timestamp:
- 02/08/07 19:11:50 (6 years ago)
- Files:
-
- freepbx/branches/2.2 (modified) (1 prop)
- freepbx/branches/2.2/amp_conf/htdocs/admin/modules/core/page.trunks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2
- Property svnmerge-integrated changed from /freepbx/trunk:1-3224,3231,3245-3246,3291-3295,3297,3299-3332,3336,3338-3365,3367-3373,3375-3388,3390-3391,3393-3395,3419,3437,3567,3614-3622,3624,3688,3696 to /freepbx/trunk:1-3224,3231,3245-3246,3291-3295,3297,3299-3332,3336,3338-3365,3367-3373,3375-3388,3390-3391,3393-3395,3419,3437,3567,3614-3622,3624,3688,3696,3756
freepbx/branches/2.2/amp_conf/htdocs/admin/modules/core/page.trunks.php
r3643 r3757 718 718 <?php } ?> 719 719 720 <?php if ($tech == "sip" || $tech = "iax2") { ?>720 <?php if ($tech == "sip" || $tech == "iax2") { ?> 721 721 if ((isEmpty(theForm.usercontext.value) || isWhitespace(theForm.usercontext.value)) && 722 722 (!isEmpty(theForm.userconfig.value) && !isWhitespace(theForm.userconfig.value)) &&
