Changeset 19107


Ignore:
Timestamp:
2010/11/06 22:25:15 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Response.php

    r19106 r19107  
    7878 
    7979    function sendHeader(){ 
    80         header('HTTP/1.1 '.$this->statuscode.' '.) 
     80        header('HTTP/1.1 '.$this->statuscode.' '.$this->statusTexts[$this->statuscode]); 
    8181        foreach ($this->header as $head){ 
    8282 
Note: See TracChangeset for help on using the changeset viewer.