Index: trunk/phase3/includes/Feed.php |
— | — | @@ -52,9 +52,6 @@ |
53 | 53 | $this->Comments = $Comments; |
54 | 54 | } |
55 | 55 | |
56 | | - /** |
57 | | - * @static |
58 | | - */ |
59 | 56 | function xmlEncode( $string ) { |
60 | 57 | $string = str_replace( "\r\n", "\n", $string ); |
61 | 58 | $string = preg_replace( '/[\x00-\x08\x0b\x0c\x0e-\x1f]/', '', $string ); |