projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d36da82
)
- typo
author
Michael Wallner
<mike@php.net>
Fri, 19 Aug 2005 15:18:59 +0000
(15:18 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 19 Aug 2005 15:18:59 +0000
(15:18 +0000)
http_response_object.c
patch
|
blob
|
history
diff --git
a/http_response_object.c
b/http_response_object.c
index 1c5ec4214c076c9f9ba9cba44cf3a459fa815007..d21225a3c6f6f8399ca4b2f2db54c8ae0cea0b72 100644
(file)
--- a/
http_response_object.c
+++ b/
http_response_object.c
@@
-62,7
+62,7
@@
HTTP_BEGIN_ARGS(setETag, 1)
HTTP_ARG_VAL(etag, 0)
HTTP_END_ARGS;
-HTTP_EM
TP
Y_ARGS(getLastModified, 0);
+HTTP_EM
PT
Y_ARGS(getLastModified, 0);
HTTP_BEGIN_ARGS(setLastModified, 1)
HTTP_ARG_VAL(timestamp, 0)
HTTP_END_ARGS;