"; } } if (! function_exists("outn")) { function outn($text) { echo $text; } } global $db; global $amp_conf; $sql = " CREATE TABLE IF NOT EXISTS `outroutemsg` ( `keyword` varchar(40) NOT NULL default '', `data` varchar(10) NOT NULL, PRIMARY KEY (`keyword`) ) "; $check = $db->query($sql); if(DB::IsError($check)) { die_freepbx(_("Can not create outroutemsg table")); } ?>