Somebody forgot to update the interwiki table definition...
[lhc/web/wiklou.git] / languages / LanguageNv.php
index 7864c9c..68356b5 100755 (executable)
@@ -176,16 +176,6 @@ class LanguageNv extends LanguageUtf8 {
                return $wgNamespaceNamesNv;
        }
 
-
-       function getNsIndex( $text ) {
-               global $wgNamespaceNamesNv;
-
-               foreach ( $wgNamespaceNamesNv as $i => $n ) {
-                       if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
-               }
-               return false;
-       }
-
        function getQuickbarSettings() {
                global $wgQuickbarSettingsNv;
                return $wgQuickbarSettingsNv;