- Timestamp:
- 12/17/06 21:37:01 (6 years ago)
- Files:
-
- modules/branches/2.3 (modified) (1 prop)
- modules/branches/2.3/voicemail/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3
- Property svnmerge-integrated changed from /modules/branches/2.2:1-3321 to /modules/branches/2.2:1-3322
modules/branches/2.3/voicemail/functions.inc.php
r3125 r3325 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 ) {83 if ($tech_hardware != null || $pagename == 'users') { 84 84 voicemail_applyhooks(); 85 85 } elseif ($action=="add") {
