13 Oct 15:39
SF.net SVN: opennac: [271] trunk/web1/stats.php
From: <dagonnier@...>
Subject: SF.net SVN: opennac: [271] trunk/web1/stats.php
Newsgroups: gmane.network.freenac.devel
Date: 2006-10-13 13:39:52 GMT
Subject: SF.net SVN: opennac: [271] trunk/web1/stats.php
Newsgroups: gmane.network.freenac.devel
Date: 2006-10-13 13:39:52 GMT
Revision: 271
http://svn.sourceforge.net/opennac/?rev=271&view=rev
Author: dagonnier
Date: 2006-10-13 06:39:43 -0700 (Fri, 13 Oct 2006)
Log Message:
-----------
- fixed typo in unknown
Modified Paths:
--------------
trunk/web1/stats.php
Modified: trunk/web1/stats.php
===================================================================
--- trunk/web1/stats.php 2006-10-13 12:34:21 UTC (rev 270)
+++ trunk/web1/stats.php 2006-10-13 13:39:43 UTC (rev 271)
@@ -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