Changeset 9456
- Timestamp:
- 04/07/10 10:47:00 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
r9452 r9456 2062 2062 foreach($destination as $dest){ 2063 2063 $selected=($goto==$dest['destination'])?'SELECTED ':' '; 2064 // This is but uggly, but I can't think of another way to do localization for this child object2064 // This is ugly, but I can't think of another way to do localization for this child object 2065 2065 if(isset($dest['category']) == "Terminate Call") { 2066 2066 $child_label_text = dgettext('amp',$dest['description']);
