Changeset 3325 for modules

Show
Ignore:
Timestamp:
12/17/06 21:37:01 (6 years ago)
Author:
qldrob
Message:

Merged revisions 3322 via svnmerge from
https://svn.sourceforge.net/svnroot/amportal/modules/branches/2.2

........

r3322 | qldrob | 2006-12-18 12:21:36 +1000 (Mon, 18 Dec 2006) | 2 lines


Fix for VM not appearing in D&U mode - ref #1468

........

Files:

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  
    8181    return true;  
    8282  // 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') {  
    8484    voicemail_applyhooks();  
    8585  } elseif ($action=="add") {