* (bug 3817) Use localized date formats in preferences; 'no preference' option
[lhc/web/wiklou.git] / languages / LanguageLa.php
index 3dbf45a..90b3866 100644 (file)
@@ -137,19 +137,6 @@ class LanguageLa extends LanguageUtf8 {
                return $wgSkinNamesLa;
        }
 
-       function date( $ts, $adj = false ) {
-               if ( $adj ) { $ts = $this->userAdjust( $ts ); }
-
-               $d = $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) .
-                 " " . (0 + substr( $ts, 6, 2 )) . ", " .
-                 substr( $ts, 0, 4 );
-               return $d;
-       }
-
-       function timeanddate( $ts, $adj = false ) {
-               return $this->time( $ts, $adj ) . " " . $this->date( $ts, $adj );
-       }
-
        function getMessage( $key ) {
                global $wgAllMessagesLa;
                if( isset( $wgAllMessagesLa[$key] ) ) {