cvs: docweb /scripts orphan_notes.php
[email protected] ("Nuno Lopes")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsnlopess1112808621@cvsserver> |
nlopess Wed Apr 6 13:30:21 2005 EDT
Modified files:
/docweb/scripts orphan_notes.php
Log:
add date of last check
http://cvs.php.net/diff.php/docweb/scripts/orphan_notes.php?r1=1.1&r2=1.2&ty=u
Index: docweb/scripts/orphan_notes.php
diff -u docweb/scripts/orphan_notes.php:1.1 docweb/scripts/orphan_notes.php:1.2
--- docweb/scripts/orphan_notes.php:1.1 Mon Jan 17 06:04:41 2005
+++ docweb/scripts/orphan_notes.php Wed Apr 6 13:30:20 2005
@@ -16,7 +16,7 @@
* | Authors: Nuno Lopes <[email protected]> |
* +----------------------------------------------------------------------+
*
- * $Id: orphan_notes.php,v 1.1 2005/01/17 11:04:41 nlopess Exp $
+ * $Id: orphan_notes.php,v 1.2 2005/04/06 17:30:20 nlopess Exp $
*/
/*
@@ -111,6 +111,7 @@
if(count($array) == 0) {
echo '<p>Currently, there are no orphan notes!</p>';
+ echo '<p>Last Check: ' . date('r') . '</p>';
echo '<?php echo site_footer(); ?>';
return;
}
@@ -128,7 +129,7 @@
}
echo "</table><p> </p><p><b>Total Notes</b>: $n_notes<br/><b>Total files</b>: $n_files</p>".
- '<?php echo site_footer(); ?>';
+ '<p>Last Check: ' . date('r') . '</p><?php echo site_footer(); ?>';
}