Changeset 3037
- Timestamp:
- 11/08/06 21:38:39 (7 years ago)
- Files:
-
- modules/branches/2.2/voicemail/functions.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/voicemail/functions.inc.php
r2750 r3037 108 108 if ( $vmbox == null ) { 109 109 $vm = false; 110 $incontext = 'de vice';110 $incontext = 'default'; 111 111 $vmpwd = null; 112 112 $name = null; … … 115 115 $vmoptions = null; 116 116 } else { 117 $incontext = isset($vmbox['vmcontext'])?$vmbox['vmcontext']:'de vice';117 $incontext = isset($vmbox['vmcontext'])?$vmbox['vmcontext']:'default'; 118 118 $vmpwd = $vmbox['pwd']; 119 119 $name = $vmbox['name'];
