Changeset 1856
- Timestamp:
- 09/26/08 23:48:42 (3 months ago)
- Files:
-
- labs/incubator/lib/stubbles.php (modified) (51 diffs)
- labs/incubator/src/main/php/net/stubbles/remote/protocol/easc/mapping/stubEASCClassMapping.php (modified) (1 diff)
- labs/incubator/src/main/php/net/stubbles/remote/protocol/easc/mapping/stubEASCDateMapping.php (modified) (2 diffs)
- labs/incubator/src/test/php/net/stubbles/remote/protocol/easc/mapping/stubEASCClassMappingTestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
labs/incubator/lib/stubbles.php
r1816 r1856 476 476 * @author Stephan Schmidt <schst@stubbles.net> 477 477 * @package stubbles 478 * @version $Id: stubClassLoader.php 1 761 2008-08-04 21:24:59Z mikey $478 * @version $Id: stubClassLoader.php 1822 2008-09-02 17:06:57Z mikey $ 479 479 */ 480 480 /** … … 818 818 if (is_numeric($charset) === true) { 819 819 $charset = 'CP' . $charset; 820 } elseif (null == $charset) { 821 $charset = 'iso-8859-1'; 820 822 } 821 823 … … 836 838 'net::stubbles::lang::serialize::stubSerializedObject' 837 839 ); 838 ?><?php __halt_compiler();star4 4920080901000142net::stubbles::console::stubConsoleCommand
