Changeset 8243
- Timestamp:
- 08/29/09 15:50:19 (2 years ago)
- Files:
-
- modules/branches/2.6/sipsettings/install.php (modified) (1 diff)
- modules/branches/2.6/sipsettings/natget.html.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/sipsettings/install.php
r8212 r8243 74 74 $result = $db->executeMultiple($compiled,$sip_settings); 75 75 if(DB::IsError($result)) { 76 out(_("fatal error occur ed populating defaults, check module"));76 out(_("fatal error occurred populating defaults, check module")); 77 77 } else { 78 78 out(_("ulaw, alaw, gsm added")); modules/branches/2.6/sipsettings/natget.html.php
r7857 r8243 66 66 } 67 67 } else { 68 $json_array['status'] = _('Failed to auto-detect setting gs');68 $json_array['status'] = _('Failed to auto-detect settings'); 69 69 } 70 70 $json_array['localnet'] = $localnet;
