16 Oct 09:00
SF.net SVN: opennac: [273] branches/2.1/web1/stats.php
From: <dagonnier@...>
Subject: SF.net SVN: opennac: [273] branches/2.1/web1/stats.php
Newsgroups: gmane.network.freenac.devel
Date: 2006-10-16 07:01:20 GMT
Subject: SF.net SVN: opennac: [273] branches/2.1/web1/stats.php
Newsgroups: gmane.network.freenac.devel
Date: 2006-10-16 07:01:20 GMT
Revision: 273
http://svn.sourceforge.net/opennac/?rev=273&view=rev
Author: dagonnier
Date: 2006-10-16 00:01:16 -0700 (Mon, 16 Oct 2006)
Log Message:
-----------
- typo in "unknown" (was "unkown")
Modified Paths:
--------------
branches/2.1/web1/stats.php
Modified: branches/2.1/web1/stats.php
===================================================================
--- branches/2.1/web1/stats.php 2006-10-13 14:28:57 UTC (rev 272)
+++ branches/2.1/web1/stats.php 2006-10-16 07:01:16 UTC (rev 273)
@@ -46,11 +46,11 @@
echo "<td>".$row['count'];
echo "\n";
} else {
- $unkown = $unknown + $row['count'];
+ $unknown = $unknown + $row['count'];
};
$total = $total + $row['count'];
};
- echo "<tr><td>Unknown<td>$unkown";
+ echo "<tr><td>Unknown<td>$unknown";
echo "</table>\n<b>Total = $total\n";
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
RSS Feed