Changeset 14890
- Timestamp:
- 02/12/08 11:08:05 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.core/support/normalize_whitespace_normalizer.php
r14887 r14890 36 36 /** 37 37 * Replaces nulls with empty string 38 * 39 * NOTE: If this messes up your code, think about using the null keyword 40 * or "\x00" in stead of the raw binary-null -character. 38 41 * 39 42 * @param string $data data to normalize (usually file contents)
