Update of /cvsroot/meshdb/www/db2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14595
Modified Files:
view.php
Log Message:
Fixed a bug where all links were showing up as old (silly PHP :-).
Index: view.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/view.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- view.php 9 May 2004 03:32:30 -0000 1.14
+++ view.php 11 May 2004 07:06:06 -0000 1.15
@@ -66,6 +66,7 @@
function valnodeid($name, $attr = "") {
global $db;
+ global $PREF;
$v = valof($name);
if ($v == "")
return "<i>none</i>";
|