- Timestamp:
- 02/13/12 20:46:36 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/featurecodeadmin/functions.inc.php
r13432 r13437 110 110 $fcs = featurecodes_getAllFeaturesDetailed(); 111 111 $found = false; 112 $dest = explode(',',$dest); 112 113 foreach ($fcs as $fc) { 113 if ($fc['de stination'] == $dest) {114 $desc = $fc[' description'];114 if ($fc['defaultcode'] == $dest[1]) { 115 $desc = $fc['featuredescription']; 115 116 $found = true; 116 117 break;
