https://www.mediawiki.org/wiki/Special:Code/MediaWiki/109304

Revision: 109304
Author:   yuvipanda
Date:     2012-01-18 04:28:50 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
Removed fax information

Modified Paths:
--------------
    trunk/extensions/CongressLookup/SpecialCongressLookup.php

Modified: trunk/extensions/CongressLookup/SpecialCongressLookup.php
===================================================================
--- trunk/extensions/CongressLookup/SpecialCongressLookup.php   2012-01-18 
04:28:25 UTC (rev 109303)
+++ trunk/extensions/CongressLookup/SpecialCongressLookup.php   2012-01-18 
04:28:50 UTC (rev 109304)
@@ -275,10 +275,6 @@
                                        Html::element( 'td', array(), wfMsg( 
'congresslookup-phone', $myRepresentative['phone'] ) )
                                );
        
-                               $congressTable .= "\n" . Html::rawElement( 
'tr', array(),
-                                       Html::element( 'td', array(), wfMsg( 
'congresslookup-fax', $myRepresentative['fax'] ) )
-                               );
-                               
                                if ( $myRepresentative['twitter'] ) {
                                        $congressTable .= "\n" . 
Html::rawElement( 'tr', array(),
                                                Html::element( 'td', array(), 
wfMsg( 'congresslookup-twitter', $myRepresentative['twitter'] ) )


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to