Changeset 7845
- Timestamp:
- 06/20/09 16:27:52 (1 year ago)
- Files:
-
- modules/branches/2.6/sipsettings/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/sipsettings/page.sipsettings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/sipsettings/functions.inc.php
r7844 r7845 398 398 399 399 case 'sip_language': 400 $msg = sprintf(_("Language must be alphanumeric and installed"),$key); 400 $msg = ("Language must be alphanumeric and installed"); 401 $save_settings[] = array($key,$db->escapeSimple($vd->is_alphanumeric($val,$key,$msg)),'0',NORMAL); 402 break; 403 404 case 'context': 405 $msg = sprintf(_("%s must be alphanumeric"),$key); 401 406 $save_settings[] = array($key,$db->escapeSimple($vd->is_alphanumeric($val,$key,$msg)),'0',NORMAL); 402 407 break; modules/branches/2.6/sipsettings/page.sipsettings.php
r7844 r7845 99 99 $sip_settings['jbenable'] = isset($_POST['jbenable']) ? $_POST['jbenable'] : 'no'; 100 100 $sip_settings['jbforce'] = isset($_POST['jbforce']) ? $_POST['jbforce'] : 'no'; 101 $sip_settings['j pimpl'] = isset($_POST['jpimpl']) ? $_POST['jpimpl'] : 'fixed';101 $sip_settings['jbimpl'] = isset($_POST['jbimpl']) ? $_POST['jbimpl'] : 'fixed'; 102 102 $sip_settings['jbmaxsize'] = isset($_POST['jbmaxsize']) ? htmlspecialchars($_POST['jbmaxsize']) : '200'; 103 103 $sip_settings['jbresyncthreshold'] = isset($_POST['jbresyncthreshold']) ? htmlspecialchars($_POST['jbresyncthreshold']) : '1000';
