Changeset 3359
- Timestamp:
- 12/19/06 00:23:37 (6 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
r3355 r3359 81 81 return true; 82 82 // On a 'new' user, 'tech_hardware' is set, and there's no extension. Hook into the page. 83 if ($tech_hardware != null || $pagename == 'users') {83 if ($tech_hardware != null ) { 84 84 voicemail_applyhooks(); 85 85 } elseif ($action=="add") { … … 90 90 // JS function needed for checking voicemail = Enabled 91 91 $js = 'return (theForm.vm.value == "enabled");'; 92 } elseif ($extdisplay != '' ) {92 } elseif ($extdisplay != '' || $pagename == 'users') { 93 93 // We're now viewing an extension, so we need to display _and_ process. 94 94 voicemail_applyhooks();
