cvs: docweb /scripts notes_stats.php
[email protected] ("Sean Coates")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvssean1122856861@cvsserver> |
sean Sun Jul 31 20:41:01 2005 EDT
Modified files:
/docweb/scripts notes_stats.php
Log:
oops; fix filename
http://cvs.php.net/diff.php/docweb/scripts/notes_stats.php?r1=1.10&r2=1.11&ty=u
Index: docweb/scripts/notes_stats.php
diff -u docweb/scripts/notes_stats.php:1.10 docweb/scripts/notes_stats.php:1.11
--- docweb/scripts/notes_stats.php:1.10 Sun Jul 31 20:36:48 2005
+++ docweb/scripts/notes_stats.php Sun Jul 31 20:41:01 2005
@@ -17,7 +17,7 @@
| Vincent Gevers <[email protected]> |
| Credits: Sean Coates <[email protected]> |
+----------------------------------------------------------------------+
-$Id: notes_stats.php,v 1.10 2005/08/01 00:36:48 sean Exp $
+$Id: notes_stats.php,v 1.11 2005/08/01 00:41:01 sean Exp $
*/
require_once '../build-ops.php';
@@ -110,7 +110,7 @@
/* write the output to the /www folder */
include './notes_stats_output.php';
-$fp = fopen(PATH_ROOT . '/www/note_stats-data.php', 'w');
+$fp = fopen(PATH_ROOT . '/www/notes_stats-data.php', 'w');
fputs($fp, $out);
fclose($fp);