r109302 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109301‎ | r109302 | r109303 >
Date:04:17, 18 January 2012
Author:awjrichards
Status:ok
Tags:
Comment:
Added the rest of the necessary query string for the URL generation
Modified paths:
  • /trunk/extensions/CongressLookup/maintenance/populateCache.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/maintenance/populateCache.php
@@ -133,7 +133,7 @@
134134 if ( $zip < 10000 ) { // make sure there are 5 digits
135135 $zip = sprintf( "%05d", $zip );
136136 }
137 - $url = $this->getOption( 'url' ) . "?zip=" . $zip;
 137+ $url = $this->getOption( 'url' ) . "?zip=" . $zip . "&submit=Look+up";
138138 return $url;
139139 }
140140 }

Status & tagging log