Changeset 3071
- Timestamp:
- 11/14/06 19:27:59 (2 years ago)
- Files:
-
- modules/branches/2.2/voicemail/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/voicemail/functions.inc.php
r3037 r3071 131 131 foreach ($alloptions as $option) { 132 132 if ( ($option!="attach") && ($option!="envelope") && ($option!="saycid") && ($option!="delete") && ($option!='') ) 133 $options .= $option.'='.$uservm[$vmcontext][$extdisplay]['options'][$option].'|';133 $options .= $option.'='.$vmoptions[$option].'|'; 134 134 } 135 135 $options = rtrim($options,'|');
