CVS: web/docs/1.x dbcaching.php,1.1,1.2
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-23 12:47:45
|
Update of /cvsroot/phpweather/web/docs/1.x In directory usw-pr-cvs1:/tmp/cvs-serv30821/1.x Modified Files: dbcaching.php Log Message: Fix. Index: dbcaching.php =================================================================== RCS file: /cvsroot/phpweather/web/docs/1.x/dbcaching.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- dbcaching.php 18 Mar 2002 17:36:39 -0000 1.1 +++ dbcaching.php 23 Mar 2002 12:47:43 -0000 1.2 @@ -97,5 +97,5 @@ expected that the station has made a new observation, so we should update our data.</p> -<?php require('../../include/header.php'); ?> +<?php require('../../include/footer.php'); ?> |