Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -210,7 +210,7 @@ |
211 | 211 | 'latex' => 'LaTeX', |
212 | 212 | 'imagemagick' => 'ImageMagick', |
213 | 213 | ); |
214 | | - $swMathNURL = Array( |
| 214 | + $swMathURL = Array( |
215 | 215 | 'ocaml' => 'http://caml.inria.fr/', |
216 | 216 | 'gs' => 'http://www.ghostscript.com/', |
217 | 217 | 'dvips' => 'http://www.radicaleye.com/dvips.html', |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | list( $swMathVerInfo ) = explode('http://www.imagemagick.org', $tail ); |
248 | 248 | } |
249 | 249 | $swMathVer[$swMath] = $swMathVerInfo; |
250 | | - $software["[$swMathURL $swMathName]"] = $swMathVer[$swMath]; |
| 250 | + $software["[$swMathURL[$swMath] $swMathName[$swMath]]"] = $swMathVer[$swMath]; |
251 | 251 | } |
252 | 252 | } |
253 | 253 | } |