Index: trunk/WikiWord/WikiWordWeb/src/main/www/wikipics/response.atom.php |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | } else if ($mode=='concept') { |
112 | 112 | listConceptImages($concept); |
113 | 113 | listRelatedConcepts($concept); |
114 | | - } if ($mode=='term') else { |
| 114 | + } else if ($mode=='term') { |
115 | 115 | listConcepts($languages, $result); |
116 | 116 | } |
117 | 117 | ?> |