Project

General

Profile

« Previous | Next » 

Revision 296

Added by stefan over 18 years ago

Fixed charset typos.

View differences:

trunk/wb/framework/class.wb.php
233 233
		if ($fromaddress=='') {
234 234
			$fromaddress = SERVER_EMAIL;
235 235
		}
236
		if(defined('CHARSET')) { 
237
			$charset = DEAFULT_CHARSET; 
236
		if(defined('DEFAULT_CHARSET')) { 
237
			$charset = DEFAULT_CHARSET; 
238 238
		} else {
239 239
			$charset='utf-8';
240 240
		}

Also available in: Unified diff