[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.10,1.11
From: |
tom |
Subject: |
[Gforge-commits] gforge/www/stats site_stats_utils.php,1.10,1.11 |
Date: |
Wed, 21 Apr 2004 15:14:17 -0500 |
Update of /cvsroot/gforge/gforge/www/stats
In directory db.perdue.net:/tmp/cvs-serv7972/www/stats
Modified Files:
site_stats_utils.php
Log Message:
Fixed 'Statistics for the past x days' message
Index: site_stats_utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/stats/site_stats_utils.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- site_stats_utils.php 10 Jul 2003 12:10:38 -0000 1.10
+++ site_stats_utils.php 21 Apr 2004 20:14:14 -0000 1.11
@@ -367,7 +367,7 @@
if ( ($valid_days = db_numrows( $res )) > 1 ) {
?>
- <p><strong><?php echo
$Language->getText('stats_site_utils','statistics_for_the_past_days',array($GLOBALS['valid_days']))
?>;</strong></p>
+ <p><strong><?php echo
$Language->getText('stats_site_utils','statistics_for_the_past_days',array($valid_days));
?></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.10,1.11,
tom <=