MediaWiki  REL1_20
LanguageMy.php
Go to the documentation of this file.
00001 <?php
00030 class LanguageMy extends Language {
00031 
00036         function commafy( $_ ) {
00037                 /* NO-op. Cannot use
00038                  * $separatorTransformTable = array( ',' => '' )
00039                  * That would break when parsing and doing strstr '' => 'foo';
00040                  */
00041                 return $_;
00042         }
00043 }