explode WHAT, again?
darcs-hash:20080721044015-84dde-e933bf93ff744cfa25d0aaa496002d3b8857d250.gz
This commit is contained in:
		@@ -186,7 +186,7 @@ class MailerDaemon {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	function cleanup_msg($msg) {
 | 
						function cleanup_msg($msg) {
 | 
				
			||||||
		$lines = explode("\n");
 | 
							$lines = explode("\n", $msg);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		$output = '';
 | 
							$output = '';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user