Changeset 19112


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

Legend:

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

    r19111 r19112  
    8181        header('HTTP/1.1 '.$this->statuscode.' '.$this->statusTexts[$this->statuscode]); 
    8282        foreach ($this->header as $head){ 
    83           header($head ) 
     83          header($head[]); 
    8484        } 
    8585    } 
Note: See TracChangeset for help on using the changeset viewer.