Changeset 19138


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

Legend:

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

    r19137 r19138  
    9898     * } 
    9999     */ 
    100      
     100 
    101101    function addHeader(String $name, $value){ 
    102102        $this->header[$name] = $value; 
     
    108108 
    109109    function sendError(int $errorcode){ 
    110       header('HTTP/1.1 ')   
     110        header('HTTP/1.1 '.$errorcode.' '.$this->statusTexts[$errorcode]); 
    111111    } 
    112112 
Note: See TracChangeset for help on using the changeset viewer.