Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv19480
Modified Files:
data_retrieval.php
Log Message:
Oops. I think this was my first contribution to the project, and it's taken this long to spot the problem with it :)
Index: data_retrieval.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/data_retrieval.php,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- data_retrieval.php 22 Sep 2002 09:53:12 -0000 1.29
+++ data_retrieval.php 29 Oct 2002 08:52:43 -0000 1.30
@@ -135,7 +135,7 @@
$request = "HTTP/1.1\r\n" .
"If-Modified-Since: Sat, 29 Oct 1994 09:00:00 GMT\r\n" .
"Pragma: no-cache\r\n".
- "Cache-Contol: no-cache\r\n";
+ "Cache-Control: no-cache\r\n";
if ($this->properties['use_proxy']) {
/* We use a proxy */
|