[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-commits] gforge/www/stats site_stats_utils.php,1.11,1.12
From: |
tom |
Subject: |
[Gforge-commits] gforge/www/stats site_stats_utils.php,1.11,1.12 |
Date: |
Wed, 21 Apr 2004 15:15:30 -0500 |
Update of /cvsroot/gforge/gforge/www/stats
In directory db.perdue.net:/tmp/cvs-serv8086/www/stats
Modified Files:
site_stats_utils.php
Log Message:
Fixed 'Statistics for the past x months' message
Index: site_stats_utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/stats/site_stats_utils.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- site_stats_utils.php 21 Apr 2004 20:14:14 -0000 1.11
+++ site_stats_utils.php 21 Apr 2004 20:15:28 -0000 1.12
@@ -422,7 +422,7 @@
if ( ($valid_months = db_numrows( $res )) > 1 ) {
?>
- <p><strong><?php echo
$Language->getText('stats_site_utils','statistics_for_the_past_months',array($GLOBALS['valid_months']));
?>;</strong></p>
+ <p><strong><?php echo
$Language->getText('stats_site_utils','statistics_for_the_past_months',array($valid_months));
?></strong></p>
<p>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-commits] gforge/www/stats site_stats_utils.php,1.11,1.12,
tom <=