WebsiteBaker 2.13.9 R24 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
A bit OT - attached is the language file...
// Connect to the databasefunction connect() {
} else { if(!mysql_select_db(DB_NAME)) { $this->connected = false; $this->error = mysql_error(); } else { $this->connected = true; mysql_query("SET NAMES utf8"); // add this line }