output .= $text; } function out($output=true) { if($output) { $this->navs->end(); output($this->output,true); } else { return appoencode($this->output,true); } } function comment($text,$author,$section,$emote=0) { $sql = "INSERT INTO `commentary` SET `author`=".$author.", `section`='".$section."', `postdate`=NOW(), `comment`='"; if(class_exists("commentary")) { // Commentary Much-In-One Bundle $sql .= $text."', `emote`=".$emote; } else { // Stadndardkommentarversion $sql .= "/me ".$text."'"; } db_query($sql) or stirb("Fehler beim Eintragen eines Querys ($sql)",$this,__FILE__,__LINE__); } } ?>