Changeset 2499 for trunk/include
- Timestamp:
- Sep 4, 2008, 11:37:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ws_core.inc.php
r2478 r2499 53 53 function PwgError($code, $codeText) 54 54 { 55 set_status_header($code, $codeText); 56 55 57 $this->_code = $code; 56 58 $this->_codeText = $codeText;
Note: See TracChangeset
for help on using the changeset viewer.