From: Rob Church Date: Mon, 1 May 2006 16:21:55 +0000 (+0000) Subject: Parse error X-Git-Tag: 1.31.0-rc.0~57286 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=92c25df0c12fc8ce3a7be8bc1de4d5dab50dcc67;p=lhc%2Fweb%2Fwiklou.git Parse error --- diff --git a/maintenance/initStats.php b/maintenance/initStats.php index fb5603d331..844cdf7c34 100644 --- a/maintenance/initStats.php +++ b/maintenance/initStats.php @@ -16,7 +16,7 @@ echo( "Refresh Site Statistics\n\n" ); $dbr =& wfGetDB( DB_SLAVE ); $fname = 'initStats'; -if( isset( $options['help'] ) { +if( isset( $options['help'] ) ) { showHelp(); exit(); } @@ -62,7 +62,7 @@ echo( "done.\n\n" ); function showHelp() { echo( "Re-initialise the site statistics tables.\n\n" ); echo( "Usage: php initStats.php [--update]\n\n" ); - echo( "--update : Update the existing statistics (preserves the ss_total_views field)\n\n" ); + echo( " --update : Update the existing statistics (preserves the ss_total_views field)\n\n" ); } ?> \ No newline at end of file