From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- maintenance/showStats.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maintenance/showStats.php') diff --git a/maintenance/showStats.php b/maintenance/showStats.php index abab26cb..97b6a199 100644 --- a/maintenance/showStats.php +++ b/maintenance/showStats.php @@ -9,7 +9,7 @@ * @author Brion Vibber * @author Rob Church * - * @licence GNU General Public License 2.0 or later + * @license GNU General Public License 2.0 or later */ require_once( 'commandLine.inc' ); @@ -43,4 +43,4 @@ foreach( $fields as $field => $desc ) { foreach( $fields as $field => $desc ) { printf( "%-{$max_length_desc}s: %{$max_length_value}d\n", $desc, $stats->$field ); } -?> + -- cgit v1.2.3-54-g00ecf