Re: cvs commit: www2/content/Download mirrors.dyn

From: Duane Wessels <wessels@dont-contact.us>
Date: Mon, 6 Aug 2007 11:09:37 -0600 (MDT)

On Sun, 5 Aug 2007, Amos Jeffries wrote:

> Don't know what the bug was (background-color?)

Missing $

RCS file: /server/cvs-server/squid/www2/content/Download/mirrors.dyn,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -p -r1.11 -r1.12
--- mirrors.dyn 4 Aug 2007 01:55:12 -0000 1.11
+++ mirrors.dyn 4 Aug 2007 21:03:00 -0000 1.12
@@ -7,7 +7,7 @@ $table = 'ftp';

  function td($cdata) { return "<td>$cdata</td>"; }
  function anchor($anchor, $href) {
- if(anchor)
+ if($anchor)
                 return "<a href=\"$href\">$anchor</a>";
         else
                 return $anchor;

> but I'm not seeing any DB records on that page anymore.

My fault. I removed the wrong cron job. I intended to remove the
job that created the .html files, but instead I removed the job
that checked the mirror sites.

Duane W.
Received on Mon Aug 06 2007 - 11:09:37 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Aug 31 2007 - 12:00:05 MDT