From: Thomas Bleher Date: Tue, 29 Jan 2008 11:10:33 +0000 (+0000) Subject: Various whitespace fixes X-Git-Tag: 1.31.0-rc.0~49721 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=ce86f6f48d1c3d1ace0cfd1783187bcf62ad92da;p=lhc%2Fweb%2Fwiklou.git Various whitespace fixes --- diff --git a/includes/ExternalStoreHttp.php b/includes/ExternalStoreHttp.php index cff6c4d488..ef907df562 100644 --- a/includes/ExternalStoreHttp.php +++ b/includes/ExternalStoreHttp.php @@ -9,9 +9,9 @@ class ExternalStoreHttp { /* Fetch data from given URL */ function fetchFromURL($url) { - ini_set( "allow_url_fopen", true ); - $ret = file_get_contents( $url ); - ini_set( "allow_url_fopen", false ); + ini_set( "allow_url_fopen", true ); + $ret = file_get_contents( $url ); + ini_set( "allow_url_fopen", false ); return $ret; } diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php index b0ae19c30a..5af19a3323 100644 --- a/includes/SpecialWhatlinkshere.php +++ b/includes/SpecialWhatlinkshere.php @@ -155,7 +155,7 @@ class WhatLinksHerePage { $options['offset'] = $this->request->getVal( 'offset' ); /* Offset must be an integral. */ if ( !strlen( $options['offset'] ) || !preg_match( '/^[0-9]+$/', $options['offset'] ) ) - $options['offset'] = ''; + $options['offset'] = ''; $options['target'] = $this->target->getPrefixedText(); // Read the rows into an array and remove duplicates